-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (34 loc) · 843 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "vexui",
"version": "1.0.0",
"description": "vexui for node",
"main": "lib/index.js",
"scripts": {
"build": "babel lib -d build",
"dev": "babel lib --watch build",
"pretest":"npm run build",
"test": "babel-node tests/index.js",
"prepublish":"npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/librechat201X/vexui.git"
},
"keywords": [
"vexflow"
],
"author": "atomicband <at0micband1@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/librechat201X/vexui/issues"
},
"homepage": "https://github.com/librechat201X/vexui#readme",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.6.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"jquery": "^3.1.0",
"vexflow": "^1.2.83"
}
}