-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.11 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.11 KB
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
{
"name": "gulp-workspace",
"version": "0.0.38",
"description": "PoliteJS Workspace Utility Package for GulpJS",
"main": "index.js",
"peerDependencies": {
"gulp": "^3.8.x",
"run-sequence": "^1.0.x",
"raw-loader": "^0.5.x",
"jsx-loader": "^0.12.2"
},
"dependencies": {
"MD5": "^1.2.x",
"cheerio": "^0.17.x",
"compression": "^1.2.x",
"cookie-parser": "^1.3.x",
"eivindfjeldstad-dot": "0.0.x",
"express": "^4.10.x",
"extend": "^2.0.x",
"gulp-change": "^1.0.x",
"gulp-changed": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.9.x",
"gulp-less": "^1.3.x",
"gulp-minify-css": "^0.3.11",
"gulp-rimraf": "^0.1.x",
"gulp-size": "^1.1.x",
"gulp-sourcemaps": "1.2.x",
"gulp-util": "^3.0.x",
"gulp-cached": "^1.0.2",
"gulp-react": "^2.0.0",
"jqb-extend": "0.0.x",
"jqb-lifecycle": "0.0.x",
"jshint-stylish": "^1.0.x",
"livereload": "^0.3.x",
"markdown-tag": "^0.2.x",
"node-notifier": "^4.0.2",
"open": "0.0.x",
"serve-static": "^1.7.x",
"uglify-js": "^2.4.x",
"webpack": "^1.4.x",
"yargs": "^1.3.x"
},
"scripts": {
"test": "--"
},
"repository": {
"type": "git",
"url": "https://github.com/PoliteJS/gulp-workspace"
},
"keywords": [
"workspace",
"spa",
"single",
"page",
"application",
"bundler",
"builder",
"build",
"webpack",
"uglify",
"commonjs",
"less"
],
"author": {
"name": "PoliteJS.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/PoliteJS/gulp-workspace/issues"
},
"homepage": "https://github.com/PoliteJS/gulp-workspace",
"readme": "Gulp Workspace\n==============\n\nThis is a utility package to use within a PoliteJS Workspace 2.0 project.\n\n> documentation is about to come... \n> so far **it works on my machine!**\n\n* [10/26/14] added LiveReload support to the debug server",
"readmeFilename": "README.md",
"gitHead": "4059645f410e5907d4ddfe3b7596b9bebd4257f6",
"_id": "[email protected]",
"_shasum": "7d61bf5503737a6a7729e579bf22c5941a5466a4",
"_from": "[email protected]"
}