-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1000 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
36
37
38
39
40
{
"name": "neat-api",
"version": "1.0.71",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browser": "./browser/js/bundle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Nexum/neat-api.git"
},
"author": "Dominik Kienzler <[email protected]>",
"license": "ISC",
"peerDependencies": {
"mongoose": "=4.5.0",
"bluebird": "^3.4.6",
"neat-base": "^1.x.x",
"neat-elements": "^1.x.x"
},
"dependencies": {
"ape-status": "^1.1.2",
"path-to-regexp": "^1.6.0",
"redis": "^2.6.2"
},
"devDependencies": {
"angular": "^1.6.5",
"angular-resource": "^1.6.6",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-keepalive": "^1.0.0",
"grunt-webpack": "^1.0.14",
"html-loader": "^0.5.0",
"webpack": "^1.12.15"
}
}