-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
88 lines (88 loc) · 2.25 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "arjs-builder",
"description": "Builder for AngularJS + RequireJS projects",
"version": "0.0.17",
"author": {
"name": "tamtakoe",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/tamtakoe/node-arjs-builder.git"
},
"keywords": [
"angular",
"angularjs",
"requirejs",
"compile",
"build",
"builder",
"pack",
"project",
"gulp"
],
"main": "index.js",
"files": [
"index.js",
"lib/utils.js",
"lib/compile-index.js",
"lib/compile-module.js",
"lib/compile-project.js"
],
"dependencies": {
"amd-optimize": "^0.6.1",
"amd-parser2": "^0.0.1",
"del": "^2.2.2",
"get-gulp-args": "^0.0.1",
"git-info-sync": "^0.0.3",
"html-minifier": "^3.5.0",
"inline-source": "^5.2.2",
"merge-stream": "^1.0.1",
"lodash": "^4.17.4",
"projects-config": "^0.0.5",
"stream-series": "^0.1.1",
"through2": "^2.0.3",
"webserver-lite": "^0.0.2",
"postcss-url-mapper": "^1.0.2",
"jasmine-core": "^2.6.2",
"jasmine-jquery": "^2.1.1",
"karma": "^1.7.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-jquery": "^0.1.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-requirejs-preprocessor": "^0.0.1",
"gulp": "^3.9.0",
"gulp-add-imported-styles": "^0.0.4",
"gulp-amd": "^0.0.2",
"gulp-resource-cache": "^0.0.1",
"gulp-remote-src": "^0.4.2",
"gulp-rename": "^1.2.2",
"gulp-autoprefixer": "^3.1.0",
"gulp-base64": "^0.1.3",
"gulp-clip-empty-files": "^0.1.2",
"gulp-css-preprocessor": "^0.0.3",
"gulp-css-to-js": "^0.0.2",
"gulp-cssimport": "^5.0.0",
"gulp-data": "^1.2.1",
"gulp-if": "^2.0.2",
"gulp-livereload": "^3.8.1",
"gulp-mark": "^0.0.2",
"gulp-msg": "^0.0.4",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate-plus": "^2.0.1",
"gulp-util": "^3.0.8",
"gulp-uglify": "^3.0.0",
"gulp-postcss": "^7.0.0",
"gulp-rev": "^7.1.2",
"gulp-watch": "^4.3.11",
"gulp-wrap": "^0.13.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}