-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "boilerplate",
"version": "0.1.0",
"private": true,
"description": "Modern web application boilerplate",
"main": "main.js",
"scripts": {
"test": "node_modules/.bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/mechanica/boilerplate"
},
"maintainers": [
{
"name": "Kirill Enykeev",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mechanica/boilerplate/issues"
},
"homepage": "http://mechanica.io/",
"devDependencies": {
"browserify": "^5.9.1",
"chai": "^1.9.1",
"gulp": "^3.8.7",
"gulp-image": "^0.4.3",
"gulp-inject": "^1.0.1",
"gulp-jshint": "^1.8.3",
"gulp-less": "^1.3.3",
"gulp-mocha": "^0.5.2",
"gulp-sourcemaps": "^1.1.0",
"gulp-util": "^3.0.0",
"jshint-stylish": "^0.4.0",
"mocha": "^1.21.3",
"nodemon": "^1.2.1",
"rimraf": "^2.2.8",
"vinyl-source-stream": "^0.1.1"
},
"dependencies": {
"express": "^4.7.2",
"morgan": "^1.2.2",
"normalize.css": "^3.0.1"
}
}