author | ymh <ymh.work@gmail.com> |
Mon, 30 May 2016 00:32:20 +0200 | |
changeset 164 | 5f1e1cc17e8a |
parent 160 | c77f06ff3e54 |
child 165 | 3c36874da933 |
permissions | -rw-r--r-- |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
1 |
{ |
160
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
2 |
"name": "app-client", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
3 |
"version": "0.0.1", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
4 |
"description": "Small description for app-client goes here", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
5 |
"private": true, |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
6 |
"directories": { |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
7 |
"doc": "doc", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
8 |
"test": "tests" |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
9 |
}, |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
10 |
"scripts": { |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
11 |
"build": "ember build", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
12 |
"start": "ember server", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
13 |
"test": "ember test", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
14 |
"dl-documents": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/documents/ -d app/mirage/fixtures/documents.js -t documents -p 2 -f es6", |
164
5f1e1cc17e8a
add mirage fixtures and api path for testing in app client
ymh <ymh.work@gmail.com>
parents:
160
diff
changeset
|
15 |
"dl-transcripts": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/documents/ -d app/mirage/fixtures/transcripts.js -t transcripts -p 2 -f es6", |
160
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
16 |
"dl-themes": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/themes/ -d app/mirage/fixtures/themes.js -t themes -f es6", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
17 |
"dl-discourses": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/discourses/ -d app/mirage/fixtures/discourses.js -t discourses -f es6" |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
18 |
}, |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
19 |
"repository": "", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
20 |
"engines": { |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
21 |
"node": ">= 0.10.0" |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
22 |
}, |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
23 |
"author": "", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
24 |
"license": "MIT", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
25 |
"devDependencies": { |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
26 |
"bower": "^1.7.9", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
27 |
"broccoli-asset-rev": "^2.4.2", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
28 |
"broccoli-funnel": "^1.0.1", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
29 |
"broccoli-merge-trees": "^1.1.1", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
30 |
"broccoli-static-compiler": "^0.2.2", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
31 |
"corpus-common-addon": "file:../../common/corpus-common-addon", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
32 |
"ember-ajax": "^2.0.1", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
33 |
"ember-cli": "2.6.0-beta.2", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
34 |
"ember-cli-app-version": "^1.0.0", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
35 |
"ember-cli-babel": "^5.1.6", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
36 |
"ember-cli-d3": "1.1.6", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
37 |
"ember-cli-dependency-checker": "^1.2.0", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
38 |
"ember-cli-htmlbars": "^1.0.3", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
39 |
"ember-cli-htmlbars-inline-precompile": "^0.3.1", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
40 |
"ember-cli-inject-live-reload": "^1.4.0", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
41 |
"ember-cli-jshint": "^1.0.0", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
42 |
"ember-cli-mirage": "0.1.13", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
43 |
"ember-cli-qunit": "^1.4.0", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
44 |
"ember-cli-release": "1.0.0-beta.1", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
45 |
"ember-cli-sass": "5.3.1", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
46 |
"ember-cli-sri": "^2.1.0", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
47 |
"ember-cli-uglify": "^1.2.0", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
48 |
"ember-data": "^2.6.0-beta.1", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
49 |
"ember-data-fixture-adapter": "1.13.0", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
50 |
"ember-disable-proxy-controllers": "^1.0.1", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
51 |
"ember-export-application-global": "^1.0.5", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
52 |
"ember-font-awesome": "martndemus/ember-font-awesome#pull/91/head", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
53 |
"ember-load-initializers": "^0.5.1", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
54 |
"ember-lodash": "0.0.6", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
55 |
"ember-resolver": "^2.0.3", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
56 |
"ember-welcome-page": "^1.0.1", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
57 |
"ember-wormhole": "0.3.5", |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
58 |
"loader.js": "^4.0.1" |
c77f06ff3e54
add discourse controler + fixtures
ymh <ymh.work@gmail.com>
parents:
158
diff
changeset
|
59 |
} |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
60 |
} |