-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "lapisdev.github.io",
"private": true,
"version": "0.0.0",
"description": "Lapis site",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"connect": "^3.2.0",
"connect-livereload": "^0.4.0",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-gh-pages": "^0.3.4",
"gulp-jade": "^1.1.0",
"gulp-livereload": "^2.1.1",
"gulp-clean-css": "^2.0.6",
"gulp-rimraf": "^0.1.0",
"gulp-sourcemaps": "^1.2.2",
"gulp-stylus": "^2.3.1",
"nib": "^1.0.3",
"open": "^0.0.5",
"run-sequence": "^1.1.5",
"serve-index": "^1.2.1",
"serve-static": "^1.6.2"
},
"scripts": {
"dev": "gulp dev",
"travis-deploy": "./node_modules/.bin/gulp travis-deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/LapisDev/lapisdev.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/LapisDev/lapisdev.github.io/issues"
},
"homepage": "https://github.com/LapisDev/lapisdev.github.io"
}