forked from emberjs/ember-inspector
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 997 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-extension",
"version": "0.0.7",
"description": "",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/tildeio/ember-extension"
},
"author": "Tilde, Inc.",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.8",
"grunt-contrib-jshint": "~0.6.0",
"grunt-es6-module-transpiler": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-ember-handlebars": "~0.7.0",
"handlebars": "",
"grunt-contrib-qunit": "~0.2.1",
"grunt-contrib-handlebars": "~0.5.8",
"matchdep": "~0.1.2",
"glob": "~3.2.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-ember-s3": "~1.0.4",
"grunt-mozilla-addon-sdk": "~0.3.2",
"grunt-wrap": "~0.3.0"
}
}