forked from ember-admin/ember-cli-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (34 loc) · 817 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
38
39
40
{
"name": "ember-admin",
"version": "1.0.0",
"description": "",
"main": "dist/ember-admin.js",
"author": "Opak Alex <a.opak@roundscope.com>",
"license": "MIT",
"keywords": [
"ember",
"ember-data",
"admin"
],
"bugs": {
"url": "https://github.com/ember-admin/ember-admin.js/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:ember-admin/ember-admin.js.git"
},
"devDependencies": [
"grunt-contrib-coffee",
"grunt-contrib-uglify",
"grunt-contrib-jasmine",
"grunt-emblem",
"grunt-curl",
"grunt-contrib-sass"
],
"engines": {
"node": ">=v0.10.1"
}
}