-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"name": "runner",
"version": "1.1.0",
"description": "Task runner for the Watson Design Library",
"repository": "https://github.com/ibm-watson/runner",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"authors": [
"Sam Richard <sam.richard@us.ibm.com>"
],
"license": "ISC",
"dependencies": {
"browser-sync": "^2.2.3",
"del": "^1.0.0",
"gulp-autoprefixer": "^2.2.0",
"gulp-batch": "^1.0.5",
"gulp-css-base64": "^1.3.2",
"gulp-css-target": "^0.1.0",
"gulp-eslint": "^0.1.8",
"gulp-imagemin": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.0",
"imagemin-pngquant": "^4.0.0",
"modernizr": "^3.0.0-alpha.4",
"node-sass-import-once": "^1.2.0",
"run-sequence": "^1.0.1",
"URIjs": "^1.14.1",
"eslint": "^0.9.2",
"eslint-plugin-nodeca": "^1.0.3",
"front-matter": "^1.0.0",
"fs-extra": "^0.12.0",
"fs-walk-glob-rules": "^0.1.0",
"glob": "^5.0.5",
"gulp-front-matter": "^1.2.1",
"gulp-if-else": "^1.0.2",
"gulp-util": "^3.0.1",
"html-minifier": "^0.7.2",
"js-yaml": "^3.2.3",
"marked": "^0.3.2",
"microtime": "^1.2.0",
"node-dir": "^0.1.6",
"swig": "^1.4.2",
"through2": "^0.6.3",
"uglify-js": "^2.4.15",
"uglifyjs": "^2.4.10",
"underscore.string": "^3.0.3",
"walk": "^2.3.9"
}
}