-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·57 lines (57 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·57 lines (57 loc) · 1.74 KB
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
56
57
{
"name": "sprinkler-node",
"version": "1.0.0",
"description": "Raspberry Pi based sprinkler controller utilizing node",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/dorgan/sprinkler-node.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Donald Organ <dorgan@donaldorgan.com>",
"license": "MIT",
"dependencies": {
"auth0-js": "^9.5.1",
"body-parser": "^1.18.2",
"express": "^4.16.3",
"express-history-api-fallback": "^2.2.1",
"express-static": "^1.2.5",
"md5": "^2.2.1",
"node-timers": "0.0.2",
"promise": "^8.0.1",
"react": "^16.3.2",
"react-materialize": "^2.2.0",
"react-router-dom": "^4.2.2",
"rpi-gpio": "^0.9.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"@babel/preset-react": "^7.0.0-beta.46",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babelify": "git+https://git@github.com/babel/babelify.git#c5e4d4",
"eslint-config-google": "^0.9.1",
"grunt": "^1.0.2",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-eslint": "0.0.5",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.1",
"grunt-replace": "^1.0.1",
"grunt-watchify": "^0.1.0",
"load-grunt-config": "^0.19.2",
"npm-watch": "^0.3.0"
}
}