-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.01 KB
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
{
"name": "bmson",
"version": "3.1.0",
"description": "BMSON support for Bemuse",
"main": "index.js",
"scripts": {
"prepublish": "gulp compile",
"test": "gulp compile compile-spec && mocha"
},
"keywords": [
"BMS",
"Bemuse",
"bmson"
],
"author": "Thai Pangsakulyanont <org.yi.dttvb@gmail.com> (http://dt.in.th/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dtinth/bmson.git"
},
"bugs": {
"url": "https://github.com/dtinth/bmson/issues"
},
"homepage": "https://github.com/dtinth/bmson#readme",
"devDependencies": {
"babel-eslint": "^4.1.4",
"babel-plugin-espower": "^1.1.0",
"babel": "^5.8.29",
"bms": "^2.0.0",
"eslint": "^1.9.0",
"eslint-config-bemuse": "^2.1.0",
"eslint-plugin-standard": "^1.3.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"mocha": "^2.3.0",
"power-assert": "^1.1.0"
},
"peerDependencies": {
"bms": "^2.0.0"
},
"dependencies": {
"lodash": "^3.10.1"
}
}