forked from ging/fiware-cloud-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "fi-ware-cloud-portal",
"version": "0.1.5",
"description": "Self Service Interface GE for FI-Ware Cloud",
"author": "GING DIT UPM <jcervino@dit.upm.es>",
"devDependencies": {
"mocha": "1.8.1",
"should": "1.2.2",
"express": "3.1.0",
"ejs": "0.8.4",
"zombie": "1.4.1",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.6",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-sass": "~0.3.0",
"agentkeepalive": "0.2.2"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "http://github.com/ging/fi-ware-cloud-portal.git"
},
"contributors": [
{
"name": "Irena Trajkovska",
"email": "irenatr@dit.upm.es"
},
{
"name": "Javier Cerviño",
"email": "jcervino@dit.upm.es"
}
],
"scripts": {
"postinstall": "./node_modules/grunt-cli/bin/grunt",
"build": "./node_modules/grunt-cli/bin/grunt",
"test": "mocha test/testZombie.js -R spec -t 10000"
}
}