forked from wet-boew/GCWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.1 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
{
"name": "GCWeb",
"version": "v4.0.0-b2-development",
"description": "Web Experience Toolkit (WET): GCWeb Theme",
"main": "index.html",
"scripts": {
"test": "grunt",
"postinstall": "bower update && grunt init"
},
"repository": {
"type": "git",
"url": "https://github.com/bci-web/GCWeb.git"
},
"keywords": [
"framework",
"web",
"html5",
"javascript",
"modernizr",
"polyfill",
"WCAG2.0",
"accessiblity",
"usability",
"interoperability",
"mobile",
"multilingual"
],
"author": "",
"license": "MIT",
"devDependencies": {
"assemble": "~0.4.12",
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.8.0",
"grunt-htmlcompressor": "~0.1.9",
"grunt-hub": "~0.5.0",
"grunt-install-dependencies": "~0.1.0",
"grunt-sass": "~0.7.0"
}
}