-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "epf",
"version": "0.3.5",
"description": "A framework to keep you Ember.js apps in sync.",
"main": "./lib/index.js",
"scripts": {
"build": "rm -rf dist; broccoli build dist",
"test": "testem ci",
"postinstall": "bower install"
},
"repository": "https://github.com/getoutreach/epf.git",
"keywords": [
"ember.js",
"orm",
"persistence",
"sync"
],
"author": "Gordon L. Hempton <[email protected]> (http://codebrief.com)",
"license": "MIT",
"devDependencies": {
"ember-script": "git://github.com/ghempton/ember-script.git#master",
"testem": "~0.6.17",
"defeatureify": "~0.2.0",
"bower": "^1.3.7",
"broccoli": "~0.12.3",
"broccoli-cli": "0.0.1",
"broccoli-static-compiler": "~0.1.4",
"broccoli-merge-trees": "~0.1.4",
"broccoli-uglify-js": "~0.1.3",
"broccoli-bower": "~0.2.1",
"broccoli-replace": "~0.1.7",
"broccoli-defeatureify": "~0.3.0",
"broccoli-file-creator": "~0.1.0",
"broccoli-concat": "0.0.7",
"broccoli-es6-module-transpiler": "~0.1.1",
"broccoli-file-mover": "~0.4.0",
"broccoli-file-remover": "~0.2.2",
"broccoli-ember-script": "~0.1.1"
},
"dependencies": {
"jsondiffpatch": "0.0.11"
}
}