forked from botwiki/botwiki.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 802 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": "botwiki",
"version": "1.0.0",
"description": "Bots! Bots everywhere!",
"main": "index.php",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.7.13",
"connect-livereload": "^0.4.0",
"gulp": "^3.6.2",
"gulp-autoprefixer": "0.0.7",
"gulp-cache": "^0.1.11",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.2.0",
"gulp-htmlmin": "^0.1.2",
"gulp-jshint": "^1.6.1",
"gulp-less": "^1.2.3",
"gulp-livereload": "^1.5.0",
"gulp-minify-css": "^0.3.4",
"gulp-notify": "^1.2.5",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^0.3.0",
"tiny-lr": "0.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "stefan@fourtonfish.com",
"license": "MIT"
}