-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 KB
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
{
"name": "node-quickly",
"version": "1.0.0",
"description": "A quick + simple front-end starter for personal projects.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Christine Bath",
"license": "ISC",
"devDependencies": {
"font-awesome-stylus": "^4.5.0",
"grunt": "^0.4.5",
"grunt-cli": "^1.1.0",
"grunt-concurrent": "^2.2.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-nodemon": "^0.4.1",
"grunt-puglint": "^1.0.0",
"grunt-stylint": "^0.1.2",
"mdi": "^1.7.22",
"mustache-express": "^1.2.2",
"open": "0.0.5",
"pug-lint-config-clock": "^1.1.1",
"reload": "^0.7.0",
"stylint": "^1.3.7",
"tinify": "^1.3.0",
"walk": "^2.3.9"
},
"dependencies": {
"express": "^4.13.4",
"pug": "^2.0.0-beta2"
},
"optionalDependencies": {
"fsevents": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmajel/node-quickly.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/cmajel/node-quickly/issues"
},
"homepage": "https://github.com/cmajel/node-quickly#readme"
}