forked from playnodeconf/playnode.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.32 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "playnode.io",
"version": "0.1.0",
"description": "playnode conference official site",
"main": "index.js",
"homepage": "http://playnode.io",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/playnodeconf/playnode.io.git"
},
"keywords": [
"playnode",
"nodejs",
"conference"
],
"author": "playnodeconf <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/playnodeconf/playnode.io/issues"
},
"devDependencies": {
"browser-sync": "^2.7.13",
"del": "^1.2.0",
"express": "^4.13.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat-util": "^0.5.2",
"gulp-csslint": "^0.1.5",
"gulp-gh-pages": "^0.5.2",
"gulp-htmlmin": "^1.1.3",
"gulp-if": "^1.2.5",
"gulp-image-optimization": "^0.1.3",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.1",
"minimist": "^1.1.1",
"morgan": "^1.6.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.1"
},
"dependencies": {
"icono": "^1.3.0",
"jq-console": "^2.11.0",
"jquery": "^2.1.4"
}
}