-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
64 lines (64 loc) · 1.86 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "hoodie-admin-dashboard",
"description": "The Hoodie admin panel",
"bugs": {
"url": "https://github.com/hoodiehq/hoodie-admin-dashboard/issues"
},
"dependencies": {
"hoodie": "^2.1.1",
"hoodie.admin": "^1.0.1"
},
"devDependencies": {
"broccoli": "^0.16.8",
"broccoli-asset-rev": "^2.0.2",
"broccoli-concat": "0.0.13",
"broccoli-funnel": "^0.2.8",
"broccoli-uglify-js": "^0.1.3",
"ember-browserify": "^1.0.1",
"ember-cli": "1.13.1",
"ember-cli-app-version": "0.4.0",
"ember-cli-autoprefixer": "0.4.1",
"ember-cli-babel": "^5.0.0",
"ember-cli-dates": "1.1.2",
"ember-cli-dependency-checker": "^1.0.0",
"ember-cli-htmlbars": "0.7.9",
"ember-cli-htmlbars-inline-precompile": "^0.1.1",
"ember-cli-ic-ajax": "0.2.1",
"ember-cli-inject-live-reload": "^1.3.0",
"ember-cli-qunit": "0.3.15",
"ember-cli-release": "0.2.3",
"ember-cli-sass": "^4.2.0",
"ember-cli-uglify": "^1.0.1",
"ember-data": "1.13.5",
"ember-disable-proxy-controllers": "^1.0.0",
"ember-export-application-global": "^1.0.2",
"ember-validations": "2.0.0-alpha.4",
"express": "^4.13.1",
"glob": "^4.5.3",
"morgan": "^1.6.1",
"semantic-release": "^4.0.1"
},
"directories": {
"doc": "doc",
"test": "tests"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/hoodiehq/hoodie-admin-dashboard",
"license": "Apache-2.0",
"main": "www/index.html",
"publishConfig": {
"tag": "next"
},
"repository": {
"type": "git",
"url": "https://github.com/hoodiehq/hoodie-admin-dashboard"
},
"scripts": {
"build": "ember build --environment production",
"semantic-release": "semantic-release pre && npm run build && npm publish && semantic-release post",
"start": "ember server",
"test": "echo 'No tests yet ¯\\_(ツ)_/¯'"
}
}