forked from scalableminds/amd-optimize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "amd-optimize",
"version": "0.4.1",
"description": "An AMD (i.e. RequireJS) optimizer that's stream-friendly. Made for gulp. (WIP)",
"main": "lib/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/scalableminds/amd-optimize.git"
},
"keywords": [
"gulpplugin",
"gulpfriendly"
],
"author": "Norman Rzepka <norman@scm.io> (http://scm.io)",
"license": "MIT",
"dependencies": {
"acorn": "^0.9.0",
"ast-types": "~0.3.16",
"async": "~0.2.10",
"escodegen": "^1.4.1",
"lodash": "~2.4.1",
"through2": "~0.4.1",
"vinyl": "^0.2.3",
"vinyl-fs": "^0.3.9",
"vinyl-sourcemaps-apply": "^0.1.4"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"gulp": "^3.8.1",
"gulp-coffee": "^2.0.1",
"gulp-concat": "^2.3.4",
"gulp-if": "0.0.5",
"gulp-mocha": "^0.4.1",
"gulp-plumber": "^0.6.3",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "~0.2.1",
"gulp-util": "~2.2.14"
}
}