-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.17 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
{
"name": "harplyss",
"description": "Smart boilerplate for harp.js. Automatic assets imports and user friendly json edit.",
"keywords": [
"harp",
"json",
"prototype",
"components",
"boilerplate"
],
"homepage": "http://caiovaccaro.github.io/harplyss/",
"bugs": {
"url": "https://github.com/caiovaccaro/harplyss/issues"
},
"license": "MIT",
"author": {
"name": "Caio Vaccaro",
"url": "http://caiovaccaro.com"
},
"contributors": [
{
"name": "Gabriel Godoy",
"url": "https://github.com/gabrielgodoy"
},
{
"name": "Rafael Gomes",
"url": "https://github.com/rafagomes"
}
],
"version": "0.1.1",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/caiovaccaro/harplyss.git"
},
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"devDependencies": {
"body-parser": "1.14.1",
"browser-sync": "2.8.0",
"connect-browser-sync": "2.0.1",
"cookie-parser": "1.3.5",
"debug": "2.2.0",
"express": "4.13.3",
"harp": "0.20.1",
"jade": "1.11.0",
"morgan": "1.6.1",
"open": "0.0.5",
"serve-favicon": "2.3.0"
}
}