forked from Addepar/ember-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 861 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
{
"name": "ember-table",
"version": "0.2.0",
"private": true,
"main": "Gruntfile.js",
"scripts": {
"test": "grunt"
},
"repository": "https://github.com/Addepar/ember-table.git",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-coffee": "~0.4.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-ember-templates": "~0.4.10",
"grunt-jsdoc": "*",
"grunt-neuter": "~0.4.0",
"grunt-shell": "*",
"node-static": "*",
"lockdown": "0.0.5",
"grunt-banner": "~0.2.2",
"grunt-text-replace": "~0.3.11",
"grunt-bower-task": "~0.3.4"
}
}