-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 821 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 821 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": "moko",
"version": "0.1.5",
"description": "Generator based models",
"main": "index.js",
"scripts": {
"test": "make test-once"
},
"config": {
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
}
},
"repository": {
"type": "git",
"url": "git://git@github.com:MokoJs/moko"
},
"keywords": [
"moko",
"models",
"generators"
],
"author": "Ryan Schmukler <ryan@slingingcode.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MokoJs/moko/issues"
},
"dependencies": {
"co": "~3.0.2",
"clone": "~0.1.11",
"co-emitter": "~0.2.3"
},
"devDependencies": {
"mocha": "~1.16.2",
"expect.js": "~0.2.0",
"mocha-lcov-reporter": "0.0.1",
"blanket": "^1.1.6",
"coveralls": "^2.10.0"
}
}