-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1020 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
42
43
44
45
{
"name": "gulp-build",
"version": "0.5.3",
"description": "Build files for different environments by swapping in variables",
"homepage": "https://github.com/tjeastmond/gulp-build",
"main": "index.js",
"scripts": {
"test": "make test"
},
"author": {
"name": "TJ Eastmond",
"email": "tj.eastmond@gmail.com",
"url": "http://tjeastmond.com"
},
"contributors": [
"Chris Mendis <chris.mendis@gmail.com> (https://github.com/chrismendis)"
],
"repository": {
"type": "git",
"url": "git://github.com/tjeastmond/gulp-build.git"
},
"keywords": [
"underscore",
"gulpplugin",
"build",
"handlebars",
"partials",
"gulp"
],
"license": "MIT",
"dependencies": {
"through2": "2.0.0",
"underscore": "1.8.3",
"handlebars": "4.0.5"
},
"devDependencies": {
"gulp": "3.9.0",
"gulp-util": "3.0.7",
"mocha": "2.3.4",
"should": "8.1.1",
"gulp-jshint": "1.12.0",
"jshint-stylish": "2.1.0",
"gulp-mocha": "2.2.0"
}
}