-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.17 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.17 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
{
"name": "fiware-aiakos",
"version": "1.5.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "grunt test"
},
"dependencies": {
"assert": "^1.3.0",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"cuid": "^1.3.8",
"debug": "~2.2.0",
"domain": "0.0.1",
"express": "~4.13.1",
"express-domain-middleware": "^0.1.0",
"forever": "^0.15.1",
"fs": "0.0.2",
"hashtable": "^2.0.2",
"jade": "~1.11.0",
"js-yaml": "^3.4.6",
"logops": "^1.0.0-alpha.3",
"optimist": "^0.6.1",
"serve-favicon": "~2.3.0",
"util": "^0.10.3"
},
"devDependencies": {
"closure-linter-wrapper": "^0.2.11",
"grunt": "^1.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^1.0.1",
"grunt-dox": "^0.5.0",
"grunt-env": "^0.4.4",
"grunt-exec": "^0.4.6",
"grunt-gjslint": "^0.1.6",
"grunt-mkdir": "^0.1.2",
"grunt-mocha-test": "^0.12.7",
"grunt-plato": "^1.2.1",
"istanbul": "^0.3.13",
"mocha": "^2.2.4",
"sinon": "^1.17.2",
"xunit-file": "^0.0.9"
}
}