-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 936 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 936 Bytes
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
{
"name": "legco_page_201508",
"version": "0.0.1",
"description": "A low-interactive webpage distribution of the Legco analysis project of Initium Media",
"license": "LicenseRef-LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/initiummedia/legco_page_201508.git"
},
"devDependencies": {
"concat": "^1.0.0",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-execute": "^0.2.2",
"grunt-gh-pages": "^0.10.0",
"grunt-inline": "^0.3.6",
"grunt-processhtml": "^0.3.8",
"grunt-rsync": "^0.6.2",
"grunt-targethtml": "^0.2.6",
"opencc": "^1.0.3"
}
}