forked from kisanjong/rotalabutterfly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 819 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
{
"name": "rotalabutterfly",
"version": "1.0.0",
"description": "Nutrient Dosing Calculator For Planted Tanks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kisanjong/rotalabutterfly.git"
},
"keywords": [
"react.js",
"nutrient",
"calculator"
],
"author": "In Memory of Carlos Flores",
"license": "Open Source",
"bugs": {
"url": "https://github.com/kisanjong/rotalabutterfly/issues"
},
"homepage": "https://github.com/kisanjong/rotalabutterfly",
"devDependencies": {
"babelify": "^6.1.3",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-browserify": "^4.0.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1"
}
}