forked from MSD200X/vexui
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 919 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
36
37
38
39
{
"name": "vexui",
"version": "1.0.0",
"description": "vexui for node",
"main": "build/index.js",
"scripts": {
"pretest": "npm run bunle",
"test": "babel-node tests/index.js",
"prepublish": "npm run test",
"bundle": "webpack",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grawl/vexui.git"
},
"keywords": [
"vexflow"
],
"author": "grawl <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/grawl/vexui/issues"
},
"homepage": "https://github.com/grawl/vexui#readme",
"dependencies": {
"jquery": "2.0.0",
"vexflow": "1.2.27"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.6.0",
"eslint-config-airbnb-base": "^11.1.3",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
}
}