-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.18 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": "mn-gulp",
"version": "0.4.1",
"description": "A configurable gulp builder.",
"main": "index.js",
"keywords": [
"gulp",
"angularjs",
"browserify",
"brfs",
"firebase",
"livereload"
],
"private": false,
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/marcusnielsen/mn-gulp.git"
},
"author": {
"name": "Marcus Nielsen",
"email": "marcus.nielsen82@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/marcusnielsen/mn-gulp/issues"
},
"homepage": "https://github.com/marcusnielsen/mn-gulp",
"dependencies": {
"brfs": "^1.2.0",
"browserify": "^5.9.3",
"browserify-ngannotate": "^0.4.0",
"del": "^0.1.1",
"gulp": "^3.8.6",
"gulp-concat": "^2.3.4",
"gulp-csso": "^0.2.9",
"gulp-htmlmin": "^0.1.3",
"gulp-jshint": "^1.7.1",
"gulp-less": "^1.3.1",
"gulp-livereload": "^2.1.1",
"gulp-nodemon": "^1.0.4",
"gulp-sourcemaps": "^1.1.0",
"gulp-watch": "^0.6.9",
"lodash": "^2.4.1",
"partialify": "^3.1.1",
"run-sequence": "^0.3.6",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.2"
}
}