-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.31 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
{
"name": "skel",
"version": "0.0.1",
"description": "Web app skeleton with node/hapi/mongo/ampersand and more",
"main": "index.js",
"scripts": {
"test": "./run-test.sh",
"db": "mongod --dbpath data/db"
},
"repository": {
"type": "git",
"url": "https://github.com/ggoodwin37/skel.git"
},
"author": "Gideon Goodwin",
"license": "MIT",
"bugs": {
"url": "https://github.com/ggoodwin37/skel/issues"
},
"homepage": "https://github.com/ggoodwin37/skel",
"dependencies": {
"ampersand-collection": "^1.4.0",
"ampersand-dom": "^1.2.1",
"ampersand-events": "^1.0.1",
"ampersand-model": "^3.0.4",
"ampersand-rest-collection": "^2.0.4",
"ampersand-router": "^1.0.2",
"ampersand-view": "^7.2.0",
"ampersand-view-switcher": "^1.0.2",
"async": "^0.9.0",
"bson": "^0.2.18",
"domready": "^1.0.5",
"eyes": "^0.1.8",
"getconfig": "^0.3.0",
"gulp": "^3.8.6",
"gulp-less": "^1.3.3",
"hapi": "^6.2.1",
"joi": "^4.6.1",
"lout": "^5.0.1",
"mongodb": "^1.4.8",
"mongoose": "^3.8.14",
"mongoose-deep-populate": "0.0.7",
"moonboots_hapi": "^2.4.0",
"mudskipper": "^2.3.2",
"templatizer": "^0.3.6",
"underscore": "^1.6.0",
"verymodel": "^1.10.1",
"ws": "^0.4.31"
},
"devDependencies": {
"lab": "^3.2.1"
}
}