-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 966 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
{
"name": "cfx.require-plugin-reason",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"clean": "rm -rf ./dist; rm -rf ./index.js; rm -rf ./register.js",
"build": "rollup -c",
"rebuild": "npm run clean; npm run build",
"dev": "rollup -c -w",
"postinstall": "npm run build",
"test_one": "./test/coffee/index.coffee consoleLog",
"test_reason": "./test/coffee/index.coffee reason",
"test_rr": "./test/reason/index.coffee reason"
},
"devDependencies": {
"cfx.require": "^0.0.7",
"cfx.require-plugin-coffee": "^0.0.7",
"ddeyes": "^0.0.4",
"shelljs": "^0.7.8"
},
"dependencies": {
"bs-platform": "^2.1.0",
"bsb-js": "^1.0.1",
"cfx.babel": "^0.0.10",
"cfx.rollup-plugin-coffee2": "^0.1.4",
"find": "^0.2.7",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2",
"rollup": "^0.52.0",
"rollup-plugin-async": "^1.2.0",
"rollup-plugin-cleanup": "^2.0.0",
"tmp": "^0.0.33"
}
}