forked from felixrieseberg/OxideFleet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.57 KB
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
{
"name": "oxide",
"version": "0.0.0",
"description": "",
"private": true,
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "grunt test && ember test"
},
"repository": "",
"engines": {
"node": "0.10.32"
},
"author": "",
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "2.0.2",
"connect-restreamer": "^1.0.2",
"ember-cli": "0.2.3",
"ember-cli-app-version": "0.3.3",
"ember-cli-babel": "^4.0.0",
"ember-cli-content-security-policy": "0.4.0",
"ember-cli-dependency-checker": "0.0.8",
"ember-cli-htmlbars": "0.7.4",
"ember-cli-ic-ajax": "0.1.1",
"ember-cli-inject-live-reload": "^1.3.0",
"ember-cli-inline-content": "^0.4.0",
"ember-cli-materialize": "^0.5.2",
"ember-cli-moment": "0.0.2",
"ember-cli-qunit": "0.3.9",
"ember-cli-sass": "3.3.0",
"ember-cli-simple-auth": "^0.8.0-beta.2",
"ember-cli-uglify": "1.0.1",
"ember-data": "1.0.0-beta.16.1",
"ember-export-application-global": "1.0.2",
"ember-json-api": "git+https://git@github.com/eneuhauser/ember-json-api.git#jsonapi-rc3",
"ember-localstorage-adapter": "0.5.3",
"express": "^4.12.3",
"glob": "^4.5.3",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-js-beautify": "^0.1.1",
"grunt-jscodesniffer": "^0.1.8",
"grunt-jscs": "^0.8.1",
"liquid-fire": "ef4/liquid-fire#8fcefd057478ab6852d7b8b3fc8526aa5079553c",
"load-grunt-tasks": "^1.0.0",
"morgan": "^1.5.2"
},
"dependencies": {}
}