-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "io-magician-backend",
"version": "0.0.0",
"description": "Backend for ioMagician sensors, actors and the webApp",
"homepage": "dev.roblang.de/ioMagician",
"author": {
"name": "Robert Lang",
"email": "[email protected]",
"url": "roblang.de"
},
"files": [
"dist"
],
"main": "dist/index.js",
"keywords": [
"iot",
"homeautomation",
"nodejs"
],
"repository": "bobrossthepainter/io-magician-backend",
"devDependencies": {
"babel-core": "^6.1.20",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015-node5": "^1.1.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^1.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-nsp": "^0.4.5",
"gulp-plumber": "^1.0.0",
"isparta": "^3.0.3"
},
"scripts": {
"start": "node --harmony ./dist/www",
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.0.14",
"body-parser": "^1.14.1",
"co": "^4.6.0",
"debug": "^2.2.0",
"express": "^4.13.3",
"jade": "^1.11.0",
"mongorito": "^1.4.0",
"underscore": "^1.8.3"
}
}