forked from vizabi/vizabi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.27 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
49
{
"name": "vizabi",
"version": "0.0.1",
"description": "Vizabi Framework",
"main": "src/vizabi.js",
"directories": {
"test": "test"
},
"dependencies": {},
"scripts": {
"test": "grunt build-deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/Gapminder/vizabi"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/Gapminder/vizabi/issues"
},
"homepage": "https://github.com/Gapminder/vizabi",
"devDependencies": {
"assemble": "^0.4.42",
"bower": "~1.3.12",
"chalk": "~0.4.0",
"generator-vizabi": "*",
"grunt": "^0.4.5",
"grunt-aws-s3": "~0.9.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-sass": "^0.7.4",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-gitinfo": "~0.1.6",
"grunt-replace": "^0.9.2",
"grunt-template-jasmine-requirejs": "^0.2.0",
"jit-grunt": "^0.9.1",
"jshint-stylish": "^1.0.1",
"load-grunt-config": "^0.17.1",
"load-grunt-tasks": "^0.4.0",
"phantomjs": "^1.9.15"
}
}