-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.33 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
46
47
48
49
50
51
52
{
"name": "bms",
"version": "2.1.0-beta.1",
"description": "BMS Parser for JavaScript",
"main": "index.js",
"scripts": {
"test": "gulp test:cov"
},
"repository": {
"type": "git",
"url": "git://github.com/bemusic/bms-js.git"
},
"keywords": [
"BMS"
],
"browser": {
"./reader/index.js": "./reader/index.web.js"
},
"author": "Thai Pangsakulyanont <[email protected]> (http://dt.in.th/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bemusic/bms-js/issues"
},
"homepage": "https://github.com/bemusic/bms-js",
"devDependencies": {
"artstep": "^5555.0.0",
"bluebird": "^2.6.2",
"chai": "^1.10.0",
"codeclimate-test-reporter": "0.0.4",
"coveralls": "^2.11.2",
"eslint": "^1.9.0",
"eslint-config-bemuse": "^2.1.0",
"eslint-plugin-standard": "^1.3.1",
"gulp": "^3.8.10",
"gulp-cucumber": "git://github.com/dtinth/gulp-cucumber",
"gulp-istanbul": "^0.5.0",
"gulp-mocha": "^2.0.0",
"hide-stack-frames-from": "^1.0.0",
"lazy-property": "^1.0.0",
"stack-chain": "^1.3.0"
},
"dependencies": {
"bemuse-chardet": "0.0.8",
"data-structure": "^1.2.0",
"iconv-lite": "^0.4.5",
"invariant": "^2.1.0",
"lodash.assign": "^3.2.0",
"lodash.pluck": "^3.1.2",
"lodash.uniq": "^3.2.1",
"lodash.values": "^3.0.0"
}
}