-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 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
{
"name": "my-project",
"description": "",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/branneman/frntndr.git"
},
"author": "You <[email protected]> (http://example.org/)",
"contributors": [
"Bran van der Meer <[email protected]> (http://bran.name/)"
],
"licenses": {
"type": "CC-BY-4.0",
"url": "http://creativecommons.org/licenses/by/4.0/"
},
"private": true,
"main": "app.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test",
"start": "node app.js"
},
"dependencies": {
"express": "^3.4.8",
"swig": "^1.3.2",
"ansi-styles": "^1.0.0",
"glob": "^3.2.11",
"highlight.js": "^8.0.0",
"js-yaml": "^3.0.0",
"lodash": "^2.4.1",
"marked": "^0.3.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csso": "^0.6.2",
"grunt-ftp-deploy": "^0.1.9",
"grunt-httpcopy": "^0.3.0",
"grunt-scss-lint": "^0.3.4"
}
}