forked from moztw/www.moztw.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 790 Bytes
/
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
{
"name": "www.moztw.org",
"version": "0.0.0",
"description": "Mozilla Taiwan community web site",
"main": "index.html",
"scripts": {
"start": "browser-sync start --config bs-config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/moztw/www.moztw.org.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/moztw/www.moztw.org/issues"
},
"devDependencies": {
"browser-sync": "^2.9.3",
"connect-modrewrite": "~0.8.2",
"grunt": "~0.4.5",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-sitemap": "^1.2.1",
"grunt-update-submodules": "~0.4.1",
"gulp": "^3.9.0",
"load-grunt-tasks": "^3.4.0",
"ssi": "^0.3.0"
}
}