forked from jorrit/gulp-requirejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 767 Bytes
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
{
"name": "gulp-requirejs",
"description": "Builds projects using require.js's optimizer",
"version": "0.1.3",
"homepage": "http://github.com/robinthrift/gulp-requirejs",
"repository": "git://github.com/robinthrift/gulp-requirejs.git",
"author": "Robin Thrift <thrift.d.robin@googlemail.com> (http://webbrickworks.com/)",
"main": "./index.js",
"keywords": [
],
"dependencies": {
"gulp-util": "~2.2.5",
"requirejs": "2.1.8",
"event-stream": "~3.0.20"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/robinthrift/gulp-requirejs/raw/master/LICENSE"
}
]
}