forked from Addepar/ember-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "ember-charts",
"version": "0.4.0",
"main": "Gruntfile.js",
"scripts": {
"postinstall": "grunt bower",
"test": "grunt build_tests && grunt build_app && grunt karma:continuous"
},
"repository": {
"type": "git",
"url": "https://github.com/Addepar/ember-charts.git"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-banner": "^0.2.3",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.4.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1rc5",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-uglify": "~0.1.1rc5",
"grunt-contrib-watch": "~0.2.0rc5",
"grunt-ember-templates": "0.4.10",
"grunt-karma": "^0.11.0",
"grunt-neuter": "~0.4.0",
"grunt-release-it": "~0.2.0",
"grunt-text-replace": "^0.3.12",
"karma": "^0.12.36",
"karma-chrome-launcher": "~0.1.2",
"karma-ember-preprocessor": "*",
"karma-qunit": "*",
"karma-spec-reporter": "0.0.6",
"node-static": "*"
}
}