This repository has been archived by the owner on Mar 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
55 lines (55 loc) · 1.53 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
53
54
55
{
"name": "flownes",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"lint": "eslint src",
"flow": "flow",
"test:screenshot": "avaron test/screenshot/*.spec.js --renderer",
"test:unit": "avaron test/unit/*.spec.js",
"test": "npm run lint && npm run flow && npm run test:unit && npm run test:screenshot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bokuweb/njs.git"
},
"author": "bokuweb",
"license": "MIT",
"bugs": {
"url": "https://github.com/bokuweb/njs/issues"
},
"homepage": "https://github.com/bokuweb/njs#readme",
"devDependencies": {
"avaron": "^0.0.11",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-es2015-block-scoping": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"electron": "^1.7.5",
"eslint": "^4.4.1",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"flow-bin": "^0.52.0",
"reg-keygen-git-hash-plugin": "^0.5.1",
"reg-notify-github-plugin": "^0.5.1",
"reg-publish-s3-plugin": "^0.5.1",
"reg-suit": "^0.5.1",
"sinon": "^3.2.0",
"webpack": "^3.5.3",
"webpack-dev-server": "^2.7.1"
},
"avaron": {
"babel": "inherit",
"require": [
"babel-register",
"babel-polyfill"
]
}
}