-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.29 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
{
"name": "bleh",
"version": "1.7.1",
"description": "Micro-framework (Browserify, Less, Express, Handlebars)",
"main": "index.js",
"bin": "./bin/bleh.js",
"scripts": {
"test": "tape test"
},
"pre-push": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/will123195/bleh.git"
},
"author": "will123195",
"license": "MIT",
"bugs": {
"url": "https://github.com/will123195/bleh/issues"
},
"homepage": "https://github.com/will123195/bleh#readme",
"keywords": [
"bleh",
"framework",
"micro-framework",
"browserify",
"less",
"express",
"handlebars",
"website"
],
"devDependencies": {
"browserify": "^11.0.1",
"express": "^4.13.3",
"handlebars": "^3.0.3",
"less": "^2.5.1",
"nodemon": "^1.4.1",
"pre-push": "^0.1.1",
"request": "2.60.0",
"rimraf": "^2.4.3",
"tape": "^4.1.0"
},
"dependencies": {
"async": "^1.4.2",
"bluebird": "^3.4.6",
"body-parser": "^1.13.1",
"chalk": "^1.1.0",
"client-sessions": "^0.7.0",
"commander": "^2.8.1",
"debug": "^2.2.0",
"deepmerge": "^0.2.10",
"fs-extra": "^0.23.1",
"hide-property": "0.0.1",
"md5": "^2.0.0",
"mkdirp": "^0.5.1",
"object-path": "^0.9.2",
"sugar-glob": "^2.0.0"
}
}