UNPKG

1.74 kBJSONView Raw
1{
2 "name": "wowbuilder",
3 "version": "0.2.20",
4 "description": "wowbuilder to build a single page website by wowspg",
5 "main": "wow.js",
6 "scripts": {
7 "test": "wow test"
8 },
9 "bin": {
10 "wow": "bin/wow"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/cloud-fe/wowbuilder.git"
15 },
16 "keywords": [
17 "singlepage",
18 "spg",
19 "compile;"
20 ],
21 "auth": "yingxuetan",
22 "email": "yingxuetan@163.com",
23 "license": "https://github.com/cloud-fe/wowbuilder/blob/master/LICENSE",
24 "bugs": {
25 "url": "https://github.com/cloud-fe/wowbuilder/issues"
26 },
27 "homepage": "https://github.com/cloud-fe/wowbuilder",
28 "dependencies": {
29 "grunt": "~0.4.5",
30 "grunt-contrib-copy": "~0.6.0",
31 "grunt-contrib-less": "0.11.4",
32 "grunt-contrib-csslint": "0.3.1",
33 "grunt-contrib-jshint": "0.10.0",
34 "grunt-contrib-requirejs": "~0.4.0",
35 "grunt-contrib-concat": "0.5.0",
36 "grunt-contrib-cssmin": "0.10.0",
37 "grunt-contrib-uglify": "0.6.0",
38 "grunt-contrib-htmlmin": "0.3.0",
39 "grunt-contrib-watch": "0.6.1",
40 "grunt-contrib-clean": "*",
41 "grunt-jsbeautifier": "0.2.7",
42 "grunt-http-upload": "0.1.5",
43 "grunt-devserver": "0.6.0",
44 "grunt-dust": "0.9.2",
45
46 "express": "4.9.6",
47 "body-parser": "1.9.0",
48 "cookie-parser": "1.3.3",
49 "cookie-session": "1.0.2",
50 "express-partials": "0.3.0",
51 "method-override": "2.2.0",
52 "morgan": "1.3.2",
53 "serve-static": "1.6.4",
54 "formidable": "1.0.16"
55 },
56 "readme": "wowbuilder\n==========\n",
57 "readmeFilename": "README.md",
58 "gitHead": "03c576f6c1c8bdfb9c9822c6ae170843c8c6ad10",
59 "_id": "wowbuilder@0.1.3",
60 "_shasum": "a101eec88788f421f3cd368a06d70b66c1987fcc",
61 "_from": "wowbuilder@0.1.3"
62}