-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "grunt-clouddity",
"version": "0.13.0",
"description": "Grunt tasks to ease the deployment of application on clusters using Grunt, Docker and PkgCloud.",
"private": false,
"license": "Apache-2.0",
"author": {
"name": "Luca Morandini",
"email": "[email protected]"
},
"engines": {
"node": ">= 4.2.2"
},
"dependencies": {
"async": "1.5.0",
"dockerode": "git+https://github.com/lmoran/dockerode.git#master",
"ejs": "^2.5.7",
"grunt": "1.0.x",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-dock": "git+https://github.com/lmoran/grunt-dock.git#master",
"grunt-ejs": "^0.3.0",
"grunt-pkgcloud": "git+https://github.com/lmoran/grunt-pkgcloud.git#master",
"pkgcloud": "git+https://github.com/lmoran/pkgcloud.git#master",
"underscore": "1.8.3"
},
"devDependencies": {
"chai": "3.4.1",
"sandboxed-module": "2.0.3"
},
"scripts": {
"test": "mocha --reporter spec --no-colors ./test/test-*.js"
}
}