forked from derbyjs/derby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "k-client",
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.",
"version": "0.9.10",
"homepage": "http://derbyjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/kantele/k-client.git"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/all/*.mocha.js; ./node_modules/.bin/jshint lib/*.js test/*.js"
},
"dependencies": {
"chokidar": "^3.4.3",
"k-parsing": "*",
"k-templates": "*",
"k-html-util": "*",
"k-tracks": "*",
"k-model": "*",
"resolve": "^1.1.6",
"through": "^2.3.4",
"useragent": "*"
},
"devDependencies": {
"expect.js": "^0.3.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"browserify": "^11.2.0"
},
"optionalDependencies": {},
"bugs": {
"url": "https://github.com/kantele/k-client/issues"
},
"directories": {
"doc": "docs",
"test": "test"
},
"author": "Nate Smith",
"license": "MIT"
}