-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"name": "syncro",
"description": "Simple, schema-driven, synchronizing, offline-enabled, websocket-powered JavaScript framework",
"version": "0.0.1",
"author": "Matt Kopala <mkopala@gmail.com>",
"keywords": "Mongoose persistence PhoneGap APN backbone socket.io WebSQL MongoDB CoffeeScript fulltext express jQuery cookie user authentication roles access merge sqlite client html5 appcache search fast model manifest",
"main": "./src/syncro",
"repository": {
"type": "git",
"url": "http://github.com/mkopala/syncro.git"
},
"scripts": {
"predeploy": "make build",
"test": "make test"
},
"dependencies": {
"async": "",
"moment": "",
"mongoose": "",
"socket.io": "",
"apn": "",
"node-ini": "",
"sprintf": "~0.1.1",
"cookie": "0.0.5"
},
"devDependencies": {
"backbone": "",
"express": "2.5.x",
"coffee-script": "",
"snockets": "",
"sinon-chai": "",
"optimist": "",
"socket.io-client": "",
"mocha": "~1.8.2",
"pow-mongodb-fixtures": "~0.8.1"
},
"engines": {
"node": ">=0.6"
},
"readmeFilename": "README.md",
"license": "MIT"
}