-
Notifications
You must be signed in to change notification settings - Fork 270
/
package.json
34 lines (34 loc) · 1003 Bytes
/
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
{
"name": "angular-charts",
"version": "0.2.7",
"description": "angular directives for common charts using d3, for more information visit",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-html2js": "~0.1.9",
"grunt-ngmin": "0.0.3",
"grunt-contrib-watch": "~0.5.3",
"load-grunt-tasks": "^0.4.0",
"grunt-shell": "^0.7.0",
"grunt-prompt": "~1.1.0",
"grunt-karma": "^0.8.3",
"karma": "^0.12.16",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"grunt-css2js": "~0.2.4",
"grunt-csso": "~0.5.3"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": "https://github.com/chinmaymk/angular-charts.git",
"author": "chinmaymk",
"license": "MIT"
}