-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 887 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 887 Bytes
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
{
"name": "nixe",
"version": "0.0.2",
"main": "dist",
"scripts": {
"build": "webpack --progress",
"dev": "webpack -w --progress",
"test": "mocha dist/test",
"test-cov": "istanbul cover _mocha -- dist/test"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"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",
"electron": "^1.6.2",
"eslint": "^2.1.0",
"eslint-config-rackt": "^1.1.1",
"eslint-loader": "^1.3.0",
"mocha-generators": "^1.2.0",
"should": "^8.2.2",
"webpack": "^1.12.13",
"webpack-notifier": "^1.2.1"
},
"dependencies": {
"babel-polyfill": "^6.5.0",
"bluebird": "^3.3.1"
}
}