forked from marcus-nl/ember-data.model-fragments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 871 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
{
"name": "ember-data-model-fragments",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/slindberg/ember-data.model-fragments.git"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install",
"test": "grunt build && ./node_modules/testem/testem.js ci"
},
"devDependencies": {
"grunt": "~0.4.1",
"load-grunt-config": "~0.7.0",
"bower": "~1.3.3",
"defeatureify": "~0.1.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-es6-module-transpiler": "~0.6.0",
"grunt-ember-defeatureify": "~0.1.0",
"grunt-preprocess": "~4.0.0",
"grunt-contrib-yuidoc": "~0.5.0",
"testem": "~0.6.15"
}
}