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