-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
67 lines (67 loc) · 1.48 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
{
"name": "skeleton",
"description": "",
"version": "0.1.0",
"homepage": "https://github.com/joelcoxokc/skeleton",
"author": "joelcoxokc joelcox@hisimagination.com ",
"repository": {
"type": "git",
"url": "git://github.com/joelcoxokc/skeleton.git"
},
"bugs": {
"url": "https://github.com/joelcoxokc/skeleton/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/joelcoxokc/skeleton/blob/master/LICENSE"
}
],
"main": "lib/mvvm",
"bin": {
"mvvm": "bin/mvvm.js"
},
"engines": {
"node": ">= 0.10.26"
},
"scripts": {
"init": "npm install",
"install": "bower install",
"start": "node server/index.js",
"test": "gulp test"
},
"dependencies": {
"body-parser": "^1.10.0",
"boganipsum": "^0.1.0",
"colors": "^1.0.3",
"express": "^4.9.7",
"lodash": "^2.4.1",
"method-override": "^2.3.0",
"morgan": "^1.5.0",
"prettyjson": "^1.0.0"
},
"devDependencies": {
"connect-livereload": "^0.5.0",
"chai": "^1.10.0",
"expect.js": "^0.3.1",
"gulp": "~3.5.0",
"gulp-inject": "^1.0.2",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.7.0",
"gulp-nodemon": "^1.0.4",
"gulp-sequence": "^0.2.1",
"gulp-util": "^3.0.1",
"gulp-concat": "^2.4.2",
"gulp-stylus": "^1.3.4",
"jasmine": "^2.1.1",
"mocha": "~1.10.0",
"wiredep": "^2.2.2"
},
"keywords": [
"app"
],
"directories": {
"test": "test"
},
"license": "ISC"
}