This repository has been archived by the owner on Mar 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.17 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
65
66
67
68
69
70
{
"name": "oerweekweb",
"version": "0.0.0",
"private": true,
"description": "Small description for oerweekweb goes here",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "",
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember test"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"broccoli-clean-css": "^1.1.0",
"ember-ajax": "^3.0.0",
"ember-body-class": "~0.4.0",
"ember-cli": "~2.16.2",
"ember-cli-active-link-wrapper": "0.3.2",
"ember-cli-app-version": "^3.0.0",
"ember-cli-babel": "^6.6.0",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-django-rest-auth": "0.5.0",
"ember-cli-document-title": "^0.3.3",
"ember-cli-eslint": "^4.0.0",
"ember-cli-fastboot": "1.1.0",
"ember-cli-foundation-6-sass": "https://github.com/gandalfar/ember-cli-foundation-6-sass.git#fastboot-with-patches",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-htmlbars-inline-precompile": "^1.0.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-meta-tags": "~4.0.0",
"ember-cli-moment-shim": "3.5.0",
"ember-cli-qunit": "^4.0.0",
"ember-cli-sass": "^6.2.0",
"ember-cli-shims": "^1.1.0",
"ember-cli-twitter-feed": "0.1.0",
"ember-cli-typekit": "0.0.4",
"ember-cli-uglify": "^2.0.0",
"ember-cli-update": "0.10.1",
"ember-composable-helpers": "2.0.3",
"ember-cp-validations": "3.5.1",
"ember-data": "~2.16.2",
"ember-django-adapter": "1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-link-action": "0.0.37",
"ember-load-initializers": "^1.0.0",
"ember-lodash": "4.17.5",
"ember-metrics": "0.12.1",
"ember-moment": "7.5.0",
"ember-power-select": "1.10.2",
"ember-radio-button": "1.2.0",
"ember-resolver": "^4.0.0",
"ember-simple-auth": "1.4.0",
"ember-simple-auth-token": "2.1.0",
"ember-source": "~2.16.0",
"ember-string-helpers": "1.0.2",
"ember-truth-helpers": "2.0.0",
"ember-data-fastboot": "0.1.1",
"foundation-sites": "^6.4.3",
"loader.js": "^4.2.3"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
}
}