-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 970 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 970 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
40
41
{
"name": "neatcomet",
"version": "0.2.6",
"description": "Language-agnostic Meteor-style model synchronization layer for comet applications",
"main": "src/server.js",
"browser": "src/client.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"underscore": "^1.8.3",
"when": "latest"
},
"devDependencies": {
"extnodeunit": "git://github.com/ExtPoint/extnodeunit",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1"
},
"scripts": {
"test": "./node_modules/.bin/extnodeunit tests"
},
"repository": {
"type": "git",
"url": "git://github.com/ExtPoint/NeatComet.git"
},
"keywords": [
"comet",
"model",
"mvc",
"ajax"
],
"author": "Pavel Koryagin, ExtPoint",
"license": "MIT",
"bugs": {
"url": "https://github.com/ExtPoint/NeatComet/issues"
},
"homepage": "https://github.com/ExtPoint/NeatComet"
}