forked from infrabel/themes-gnap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "themes-gnap",
"version": "1.0.0",
"description": "Base GNaP Theme",
"author": "Infrabel",
"keywords": [
"ui",
"gnap"
],
"devDependencies": {
"glob": "^3.2.8",
"grunt": "^0.4.2",
"grunt-autoprefixer": "^1.0.1",
"grunt-cleanempty": "^1.0.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.10.0",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-uglify": "^0.4.0",
"grunt-encoding": "^0.2.0",
"grunt-exec": "^0.4.5",
"grunt-git": "^0.3.2",
"grunt-include-replace": "^2.0.0",
"grunt-jsmin-sourcemap": "^1.10.0",
"grunt-mkdir": "^0.1.1",
"grunt-nuget": "^0.1.2",
"grunt-publish": "0.0.5",
"grunt-semver": "^0.1.6",
"grunt-shell": "^0.6.4",
"grunt-text-replace": "^0.3.11",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^0.4.0"
}
}