-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "simpledimple",
"version": "1.1.1",
"description": "Dimple-js Simplified",
"main": "dist/simpledimple.latest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nagarajanchinnasamy/simpledimple.git"
},
"keywords": [
"dimple",
"d3",
"visualization",
"chart",
"javascript"
],
"author": "Nagarajan Chinnasamy",
"license": "MIT",
"bugs": {
"url": "https://github.com/nagarajanchinnasamy/simpledimple/issues"
},
"homepage": "https://github.com/nagarajanchinnasamy/simpledimple#readme",
"devDependencies": {
"express": "^4.14.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jslint": "^1.1.14",
"grunt-karma": "^2.0.0",
"jasmine": "^2.4.1",
"karma": "^1.2.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coffee-preprocessor": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-html2js-preprocessor": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-requirejs": "^1.0.0",
"karma-script-launcher": "^1.0.0",
"requirejs": "^2.2.0"
},
"buildDependencies": {
"d3": "3.5.2",
"dimple": "2.2.0"
}
}