-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.6 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
{
"name": "qadmin",
"version": "0.1.5",
"private": false,
"description": "Small description for qadmin goes here",
"license": "MIT",
"author": "Netzulo",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "https://github.com/netzulo/qadmin",
"scripts": {
"build": "ember build",
"lint:js": "eslint ./*.js app blueprints config lib server tests",
"lint:html": "eslint --color -o ./tests/reports/eslint.html -f html ./*.js app blueprints config lib server tests",
"lint:xml": "eslint --color -o ./tests/reports/eslint.xml -f jslint-xml ./*.js app blueprints config lib server tests",
"start": "ember serve",
"test": "ember test"
},
"dependencies": {
"bootstrap": "4.1.1",
"broccoli-asset-rev": "2.7.0",
"ember-ajax": "3.1.0",
"ember-bootstrap": "2.6.0",
"ember-cli": "3.8.1",
"ember-cli-app-version": "3.2.0",
"ember-cli-babel": "6.18.0",
"ember-cli-dependency-checker": "2.1.1",
"ember-cli-eslint": "4.2.3",
"ember-cli-htmlbars": "2.0.3",
"ember-cli-htmlbars-inline-precompile": "1.0.3",
"ember-cli-inject-live-reload": "1.7.0",
"ember-cli-qunit": "4.4.0",
"ember-cli-shims": "1.2.0",
"ember-cli-sri": "2.1.1",
"ember-cli-uglify": "2.1.0",
"ember-data": "3.8.0",
"ember-export-application-global": "2.0.0",
"ember-load-initializers": "1.1.0",
"ember-maybe-import-regenerator": "0.1.6",
"ember-resolver": "4.5.6",
"ember-source": "3.8.0",
"eslint-plugin-ember": "5.2.0",
"loader.js": "4.7.0"
},
"devDependencies": {},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
}
}