-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
68 lines (68 loc) · 1.62 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
{
"name": "puer",
"version": "2.0.2",
"description": "more than a live-reload server, built for efficient frontend development",
"main": "libs/index.js",
"scripts": {
"test": "npm test"
},
"bin": {
"puer": "./bin/puer"
},
"repository": {
"type": "git",
"url": "https://github.com/leeluolee/puer"
},
"keywords": [
"develop",
"tool"
],
"author": "@leeluolee",
"license": "MIT",
"bugs": {
"url": "https://github.com/leeluolee/puer/issues"
},
"homepage": "https://github.com/leeluolee/puer",
"dependencies": {
"async": "^1.0.0",
"body-parser": "^1.12.4",
"chalk": "^1.0.0",
"chokidar": "^1.0.1",
"commander": "^2.8.0",
"ejs": "^2.3.1",
"express": "^4.13.3",
"express-velocity": "^1.0.0",
"fstorm": "^0.1.1",
"glob": "^5.0.6",
"http-proxy": "~1.10.0",
"inquirer": "^0.8.4",
"node-notifier": "^4.2.1",
"path-to-regexp": "^1.0.3",
"pluralize": "^1.1.2",
"qrcode-npm": "0.0.3",
"request": "^2.57.0",
"socket.io": "^1.3.5",
"throttle": "^1.0.3",
"weinre": "^2.0.0-pre-I0Z7U9OV"
},
"optionalDependencies": {},
"devDependencies": {
"browserify": "^10.1.0",
"gulp": "^3.8.11",
"gulp-jshint": "~1.5.3",
"gulp-mocha": "~0.4.1",
"gulp-webpack": "^1.4.0",
"gulp-shell": "^0.2.4",
"gulp-uglify": "^1.2.0",
"gulp-util": "~2.2.14",
"mocha": "^2.0.1",
"mocha-lcov-reporter": "^0.0.1",
"morgan": "^1.5.2",
"regularify": "^0.3.0-pre",
"regularjs": "^0.3.0",
"should": "^5.0.1",
"socket.io-client": "^1.3.5",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.8.9"
}
}