-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"name": "nixe",
"version": "0.0.2",
"main": "lib",
"scripts": {
"build": "babel src -d lib",
"dev": "webpack -w --progress",
"test": "mocha dist/test",
"test-cov": "istanbul cover _mocha -- dist/test"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.5.2",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-async-to-bluebird": "^1.0.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "2.1.0",
"eslint-config-rackt": "^1.1.1",
"eslint-loader": "^1.3.0",
"mocha-generators": "^1.2.0",
"nw": "^0.12.3",
"should": "^8.2.2",
"webpack": "^1.12.13",
"webpack-notifier": "^1.2.1"
},
"dependencies": {
"babel-runtime": "^5.8.38",
"bluebird": "^3.3.1",
"co": "^4.6.0",
"json-stringify-safe": "^5.0.1",
"tiny-ipc": "^0.1.0",
"tree-kill": "^1.0.0",
"which": "^1.2.4"
}
}