-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1 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
{
"name": "boilerplate-gulp",
"version": "1.0.0",
"description": "Boilerplate gulp tasks for client side packages",
"keywords": [
"gulp",
"boilerplate",
"less",
"browserify",
"connect",
"jasmine",
"jshint",
"recess",
"istanbul"
],
"main": "main.js",
"dependencies": {
"boilerplate-gulp-css": "^1.0.0",
"boilerplate-gulp-js": "^1.0.0",
"gulp-connect": "^2.2.0"
},
"devDependencies": {
"gulp": "gulpjs/gulp.git#4.0"
},
"scripts": {
"test": "exit 1"
},
"author": {
"name": "Ozan Turgut",
"email": "ozanturgut@gmail.com",
"url": "http://ozan.io"
},
"licenses": [
{
"type": "Apache License 2.0",
"url": "https://github.com/oztu/boilerplate-gulp/blob/master/LICENSE-APACHE2"
}
],
"repository": {
"type": "git",
"url": "git://github.com/oztu/boilerplate-gulp.git"
},
"bugs": {
"url": "https://github.com/oztu/boilerplate-gulp/issues"
},
"homepage": "https://github.com/oztu/boilerplate-gulp"
}