-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 874 Bytes
/
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
{
"name": "reserver",
"version": "1.1.3",
"description": "A tiny dev server that rebuilds your static web app",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/akrymski/reserver.git"
},
"bin": {
"reserver": "./reserver"
},
"keywords": [
"dev",
"server",
"debug",
"browserify",
"less"
],
"author": "Artemi Krymski <[email protected]> (http://krymski.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/akrymski/reserver/issues"
},
"dependencies": {
"async": "^0.9.0",
"commander": "latest",
"send": "latest",
"autoprefixer-core": ""
},
"homepage": "https://github.com/akrymski/reserver",
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18"
}
}