-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 1.5 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "gusto",
"version": "0.1.0",
"description": "Unfancy MVC",
"main": "lib",
"directories": {
"test": "tests"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/quarterto/Gusto"
},
"keywords": [
"gusto",
"mvc"
],
"author": "Matt Brennan <[email protected]> (http://blog.153.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/quarterto/Gusto/issues"
},
"bin": {
"gusto": "lib/cli.js"
},
"homepage": "https://github.com/quarterto/Gusto",
"devDependencies": {
"LiveScript": "^1.2.0",
"blanket": "^1.1.6",
"karma-sinon-expect": "^0.1.4",
"make-livescript": "0.0.0",
"mocha": "^1.21.4"
},
"peerDependencies": {
"any-db": "^2.1.0"
},
"dependencies": {
"any-db": "^2.1.0",
"aught": "^0.1.0",
"awdry": "^0.2.0",
"brio": "^0.1.1",
"cajole": "^0.1.0",
"data.array": "^0.1.2",
"deep-extend": "^0.3.2",
"dram": "^0.3.1",
"es6-symbol": "^0.1.0",
"estira": "^0.3.2",
"flat": "^1.2.1",
"handlebars": "^2.0.0-alpha.4",
"highland": "^1.26.3",
"livewire": "^0.6.0",
"muck": "^0.1.0",
"oban": "^0.2.0",
"pluralize": "0.0.11",
"require-tree": "git://github.com/quarterto/require-tree#patch-1",
"resolve": "^1.0.0",
"snake-case": "^0.1.1",
"sodor": "^0.3.1",
"sql": "^0.39.0",
"subarg": "0.0.1",
"taike": "^0.1.4"
},
"config": {
"blanket": {
"pattern": "/Gusto/lib/"
}
}
}