forked from kurko/ember-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "ember-sync",
"version": "0.2.3",
"description": "Ember Sync allows your Ember.js application to seamlessly work online and offline.",
"main": "./dist/ember-sync.js",
"repository": {
"type": "git",
"url": "http://github.com/kurko/ember-sync.git"
},
"ember-addon": {
"main": "ember-addon/ember-sync"
},
"keywords": [
"ember-addon"
],
"scripts": {
"test": "broccoli serve",
"test-all": "rm -rf test_build && ./node_modules/broccoli-cli/bin/broccoli build test_build && phantomjs test_build/tests/runner.js test_build/tests/index.html",
"build": "rm -rf dist && BROCCOLI_ENV=production broccoli build dist"
},
"devDependencies": {
"bower": "",
"broccoli": "^0.12.0",
"broccoli-env": "^0.0.1",
"broccoli-static-compiler": "^0.1.4",
"broccoli-es6-concatenator": "^0.1.4",
"broccoli-template": "^0.1.0",
"broccoli-merge-trees": "^0.1.3",
"broccoli-bower": "^0.2.0",
"broccoli-es6-transpiler": "^0.1.0",
"broccoli-cli": "0.0.1"
},
"dependencies": {}
}