-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) · 843 Bytes
/
package.json
File metadata and controls
35 lines (34 loc) · 843 Bytes
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 <[email protected]>",
"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"
}
}