forked from welldone-software/gulp-simple-requirejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 777 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
{
"name": "gulp-simple-requirejs",
"version": "1.0.2",
"description": "A gulp requirejs enabler, passing through all the arguments to rjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/welldone-software/gulp-simple-requirejs.git"
},
"keywords": [
"gulp",
"requirejs",
"rjs",
"optimize"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/welldone-software/gulp-simple-requirejs/issues"
},
"homepage": "https://github.com/welldone-software/gulp-simple-requirejs",
"dependencies": {
"event-stream": "^3.2.1",
"gulp-util": "^3.0.2",
"requirejs": "^2.1.15"
}
}