-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 973 Bytes
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
{
"name": "nullstrap",
"version": "0.0.1",
"description": "Boilerplate front-end code",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nullzion/nullstrap.git"
},
"author": "Filip Milković",
"license": "MIT",
"bugs": {
"url": "https://github.com/nullzion/nullstrap/issues"
},
"homepage": "https://github.com/nullzion/nullstrap",
"devDependencies": {
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.8",
"gulp-coffee": "^2.1.1",
"gulp-coffeelint": "^0.3.3",
"gulp-concat": "^2.3.4",
"gulp-filter": "^1.0.0",
"gulp-ignore": "^1.2.0",
"gulp-inject": "^1.0.1",
"gulp-jade": "^0.7.0",
"gulp-less": "^1.3.3",
"gulp-livereload": "^2.1.0",
"gulp-minify-css": "^0.3.7",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"main-bower-files": "^1.0.2"
}
}