-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
67 lines (67 loc) · 1.72 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "quick-sip",
"description": "Gulp build process tasks that provide watchify and sass compilation.",
"repository": {
"type": "git",
"url": "git+https://github.com/arikwex/quick-sip.git"
},
"bugs": {
"url": "https://github.com/arikwex/quick-sip/issues"
},
"license": "MIT",
"version": "0.1.5",
"dependencies": {
"browserify": "^10.2.6",
"color-log": "0.0.2",
"del": "^1.2.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"lodash": "^3.10.0",
"run-sequence": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
},
"engines": {
"node": ">=0.8.0"
},
"gitHead": "139fa9124c0fd182ba19ca5bc2a975599cc91f1d",
"homepage": "https://github.com/arikwex/quick-sip#readme",
"_id": "[email protected]",
"scripts": {},
"_shasum": "f5c9cdabc00c927f7aa91b5c1bef48b582d642dd",
"_from": "quick-sip@",
"_npmVersion": "2.11.1",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "jyoung",
"email": "[email protected]"
},
"dist": {
"shasum": "f5c9cdabc00c927f7aa91b5c1bef48b582d642dd",
"tarball": "http://registry.npmjs.org/quick-sip/-/quick-sip-0.1.5.tgz"
},
"maintainers": [
{
"name": "arikwex",
"email": "[email protected]"
},
{
"name": "kentmw",
"email": "[email protected]"
},
{
"name": "jyoung",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/quick-sip/-/quick-sip-0.1.5.tgz"
}