forked from ckung/ember-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 993 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
35
36
37
{
"name": "ember-model",
"description": "A lightweight model library for Ember.js",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"postinstall": "bower install",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/ebryn/ember-model.git"
},
"author": "no",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-neuter": "~0.5.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-clean": "~0.4.1",
"grunt-strip-node": "~0.1.1",
"matchdep": "~0.1.2",
"grunt-curl": "~1.1.1",
"grunt-strip": "~0.2.1",
"grunt-release": "git+https://github.com/trek/grunt-release.git#7b766605c85605",
"glob": "~3.2.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-ember-s3": "~1.0.2"
},
"version": "0.0.11"
}