UNPKG

2.75 kBJSONView Raw
1{
2 "name": "gulp",
3 "description": "The streaming build system",
4 "version": "3.9.1",
5 "homepage": "http://gulpjs.com",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/gulpjs/gulp.git"
9 },
10 "author": {
11 "name": "Fractal",
12 "email": "contact@wearefractal.com",
13 "url": "http://wearefractal.com/"
14 },
15 "tags": [
16 "build",
17 "stream",
18 "system",
19 "make",
20 "tool",
21 "asset",
22 "pipeline"
23 ],
24 "files": [
25 "index.js",
26 "lib",
27 "bin",
28 "completion",
29 "gulp.1"
30 ],
31 "bin": {
32 "gulp": "./bin/gulp.js"
33 },
34 "man": [
35 "gulp.1"
36 ],
37 "dependencies": {
38 "archy": "^1.0.0",
39 "chalk": "^1.0.0",
40 "deprecated": "^0.0.1",
41 "gulp-util": "^3.0.0",
42 "interpret": "^1.0.0",
43 "liftoff": "^2.1.0",
44 "minimist": "^1.1.0",
45 "orchestrator": "^0.3.0",
46 "pretty-hrtime": "^1.0.0",
47 "semver": "^4.1.0",
48 "tildify": "^1.0.0",
49 "v8flags": "^2.0.2",
50 "vinyl-fs": "^0.3.0"
51 },
52 "devDependencies": {
53 "coveralls": "^2.7.0",
54 "eslint": "^1.7.3",
55 "eslint-config-gulp": "^2.0.0",
56 "graceful-fs": "^3.0.0",
57 "istanbul": "^0.3.0",
58 "jscs": "^2.3.5",
59 "jscs-preset-gulp": "^1.0.0",
60 "marked-man": "^0.1.3",
61 "mkdirp": "^0.5.0",
62 "mocha": "^2.0.1",
63 "mocha-lcov-reporter": "^0.0.1",
64 "q": "^1.0.0",
65 "rimraf": "^2.2.5",
66 "should": "^5.0.1"
67 },
68 "scripts": {
69 "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
70 "lint": "eslint . && jscs *.js bin/ lib/ test/",
71 "pretest": "npm run lint",
72 "test": "mocha --reporter spec",
73 "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
74 },
75 "engines": {
76 "node": ">= 0.9"
77 },
78 "license": "MIT",
79 "gitHead": "9c14e3a13a73a32e424f144d62566671b2fcdbed",
80 "bugs": {
81 "url": "https://github.com/gulpjs/gulp/issues"
82 },
83 "_id": "gulp@3.9.1",
84 "_shasum": "571ce45928dd40af6514fc4011866016c13845b4",
85 "_from": "gulp@>=3.9.1 <4.0.0",
86 "_npmVersion": "2.14.14",
87 "_nodeVersion": "0.10.41",
88 "_npmUser": {
89 "name": "phated",
90 "email": "blaine@iceddev.com"
91 },
92 "maintainers": [
93 {
94 "name": "fractal",
95 "email": "contact@wearefractal.com"
96 },
97 {
98 "name": "phated",
99 "email": "blaine@iceddev.com"
100 }
101 ],
102 "dist": {
103 "shasum": "571ce45928dd40af6514fc4011866016c13845b4",
104 "tarball": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz"
105 },
106 "_npmOperationalInternal": {
107 "host": "packages-6-west.internal.npmjs.com",
108 "tmp": "tmp/gulp-3.9.1.tgz_1454957415500_0.15343931876122952"
109 },
110 "directories": {},
111 "_resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
112 "readme": "ERROR: No README data found!"
113}