-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 840 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 840 Bytes
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
{
"name": "morearty-sync",
"version": "0.0.7",
"description": "",
"main": "index.js",
"dependencies": {
"backbone": "^1.1.2",
"immutable": "~3.2.x",
"lodash": "^2.4.1",
"morearty": "~0.7.x",
"react": "~0.12.x"
},
"devDependencies": {
"coffee-script": "^1.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "coffee -o lib/ -c src/",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "github.com/moreartyjs/morearty-sync"
},
"keywords": [
"morearty",
"backbone",
"ajax",
"rest",
"react",
"om"
],
"author": "Marat Bektimirov",
"license": "MIT",
"bugs": {
"url": "https://github.com/moreartyjs/morearty-sync/issues"
},
"homepage": "https://github.com/moreartyjs/morearty-sync"
}