-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 880 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
35
{
"name": "longrbcalc",
"version": "1.0.0",
"dependencies": {
"@aero/eslint-config": "^1.0.1",
"eslint": "^6.8.0",
"eslint-config-raven": "^1.0.2",
"mithril": "^2.0.4"
},
"description": "Long rebirth calculator for NGU idle",
"main": "app/main.js",
"directories": {
"doc": "doc"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.7.4",
"@babel/preset-env": "^7.7.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasperfirecai2/longrbcalc.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jasperfirecai2/longrbcalc/issues"
},
"homepage": "https://github.com/jasperfirecai2/longrbcalc#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}