forked from dilide/musje
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 KB
/
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
40
41
42
43
44
45
{
"name": "musje",
"version": "0.4.1",
"description": "123 jianpu music processor",
"main": "lib/musje.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/jianpu/musje.git"
},
"keywords": [
"123",
"jianpu",
"music",
"sheet music",
"music score",
"notation"
],
"author": "Malcom Wu",
"license": "MIT",
"bugs": {
"url": "https://github.com/jianpu/musje/issues"
},
"homepage": "https://github.com/jianpu/musje",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"browser-sync": "^2.13.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-jsdoc3": "^0.3.0",
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.7",
"jison": "^0.4.17",
"run-sequence": "^1.2.1",
"webpack": "^1.13.1"
}
}