-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 900 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 900 Bytes
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
{
"name": "vvvdog-site",
"version": "0.0.2",
"description": "The Official Site of vvvdog",
"devDependencies": {
"babel-preset-env": "^1.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-less": "^3.3.0",
"less": "^2.7.2",
"less-plugin-autoprefix": "^1.5.1"
},
"scripts": {
"build": "./node_modules/.bin/gulp",
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vvvdog/vvvdog.github.io.git"
},
"author": "zackmoredev@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/vvvdog/vvvdog.github.io/issues"
},
"homepage": "https://github.com/vvvdog/vvvdog.github.io#readme",
"dependencies": {
"gridlex": "^2.2.5",
"normalize.css": "^5.0.0"
}
}