-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 964 Bytes
/
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
{
"name": "preresolve",
"version": "0.1.1",
"description": "Does require.resolve on require statements in a project in a build step",
"main": "preresolve.js",
"dependencies": {
"resolve": "~0.6.1",
"optimist": "~0.6.1",
"vinyl": "~0.2.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"preresolve": "preresolve.js"
},
"repository": {
"type": "git",
"url": "https://github.com/650Industries/preresolve.git"
},
"keywords": [
"resolve",
"compile",
"build",
"preresolve"
],
"author": "650 Industries",
"license": "MIT",
"bugs": {
"url": "https://github.com/650Industries/preresolve/issues"
},
"homepage": "https://github.com/650Industries/preresolve",
"devDependencies": {
"coffee-script": "~1.7.1",
"gulp-coffee": "^1.4.1",
"gulp": "^3.5.2",
"gulp-clean": "^0.2.4",
"gulp-util": "^2.2.14",
"gulp-insert": "^0.2.0"
}
}