-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "theme-gc-intranet",
"version": "4.0.28-development",
"scripts": {
"test": "grunt test",
"postinstall": "bower update",
"travis_script": "grunt dist",
"travis_after_success": "grunt deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/wet-boew/theme-gc-intranet.git"
},
"author": "",
"license": "MIT",
"devDependencies": {
"assemble-contrib-i18n": "~0.1.2",
"eslint-config-jquery": "^1.0.0",
"grunt": "~0.4.5",
"grunt-assemble": "~0.6.3",
"grunt-autoprefixer": "^0.7.2",
"grunt-banner": "^0.3.1",
"grunt-check-dependencies": "~0.6.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-cssmin-ie8-clean": "0.0.1",
"grunt-eslint": "^19.0.0",
"grunt-gh-pages": "~2.0.0",
"grunt-html": "^5.0.0",
"grunt-hub": "~0.7.0",
"grunt-i18n-csv": "0.1.0",
"grunt-install-dependencies": "~0.2.0",
"grunt-sass": "^1.0.0",
"grunt-sass-lint": "^0.2.0",
"grunt-wet-boew-postbuild": "^v0.1.6",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "^1.0.0"
}
}