-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 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
53
54
55
56
57
{
"name": "StackStudio",
"version": "2.0.0-rc2",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-nodeunit": "~0.1.0",
"grunt-contrib-jasmine": "~0.5.3",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-concat": "~0.1.1",
"grunt-contrib-watch": "~0.1.4",
"grunt-contrib-connect": "~0.5.0",
"grunt-template-jasmine-requirejs": "~0.1.0",
"grunt-selenium": "~0.1.5",
"grunt-contrib-less": "~0.5.0",
"grunt-curl": "1.2.1",
"grunt-contrib-clean": "~0.5.0"
},
"readmeFilename": "README.md",
"description": "StackStudio multi-cloud managment platform.",
"main": "Gruntfile.js",
"bugs": "https://github.com/TranscendComputing/StackStudio/issues",
"directories": {
"test": "test",
"js": "js"
},
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jasmine": "~0.3.3",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-less": "~0.5.2",
"grunt-contrib-watch": "~0.1.4",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-template-jasmine-requirejs": "~0.1.5",
"grunt-selenium": "~0.1.7",
"grunt-contrib-uglify": "~0.1.2"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/TranscendComputing/StackStudio.git"
},
"keywords": [
"cloud",
"managment",
"ec2",
"openstack",
"aws",
"vcloud"
],
"author": "Transcend Computing",
"license": "Apache2"
}