-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.1 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
{
"name": "angular-d3-draw",
"version": "0.0.1",
"description": "Draw component with d3, the angular way.",
"main": "test_server.js",
"scripts": {
"test": "node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/wind13/angular-d3-draw.git"
},
"author": "Simon Liu <[email protected]> (http://www.playscala.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wind13/angular-d3-draw/issues"
},
"homepage": "https://github.com/wind13/angular-d3-draw/issues",
"dependencies": {
"express": "^4.3.0",
"karma": "^0.12.16"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-karma": "^0.8.3",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4"
}
}