-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.06 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
{
"name": "gulp-runtime",
"version": "2.0.0",
"description": "an alternate interface to vinly-fs",
"author": "Javier Carrillo Milla",
"engines": {
"node": " >= 0.10"
},
"repository": {
"url": "https://github.com/stringparser/gulp-runtime",
"type": "git"
},
"keywords": [
"gulp",
"repl",
"runtime",
"readline",
"terminal",
"alternate",
"interface"
],
"dependencies": {
"archy": "^1.0.x",
"chalk": "^1.0.x",
"dateformat": "^1.0.x",
"glob-watcher": "^3.0.x",
"gulp-repl": "^2.0.x",
"gulp-util": "^3.0.x",
"lodash.clone": "^4.5.0",
"lodash.merge": "^4.1.x",
"parth": "^4.2.x",
"pretty-hrtime": "^1.0.x",
"runtime": "^0.14.x",
"tildify": "^1.0.x",
"utils-type": "^0.12.x",
"vinyl-fs": "^2.4.x"
},
"devDependencies": {
"eslint": "^3.3.x",
"mkdirp": "*",
"mocha": "*",
"rimraf": "*",
"should": "*",
"through2": "*"
},
"scripts": {
"lint": "eslint lib examples *.js",
"test": "npm run lint && mocha test"
},
"license": "MIT"
}