-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
34 lines (34 loc) · 929 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": "erya",
"private": true,
"version": "0.0.1",
"commonerConfig": {
"version": 7
},
"main": "build/index.js",
"dependencies": {},
"scripts": {
"eslint": "eslint static/javascript/main.jsx",
"babel:watch": "babel -w static/javascript/main.jsx --out-file=static/javascript/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perchouli/erya.git"
},
"author": "Perchouli",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/perchouli/erya/issues"
},
"homepage": "https://github.com/perchouli/erya#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"eslint": "^3.11.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
}
}