-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "haumea-www",
"version": "1.0.0",
"description": "Haumea website",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haumea-lang/www.git"
},
"author": "haumea-lang",
"license": "MIT",
"bugs": {
"url": "https://github.com/haumea-lang/www/issues"
},
"homepage": "http://haumea-lang.gq",
"devDependencies": {
"babel-plugin-syntax-flow": "^6.13.0",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-plugin-typecheck": "^3.9.0",
"babel-preset-latest": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"cssnano": "^3.7.6",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jeet": "^6.1.5",
"normalize.css": "^5.0.0",
"postcss": "^5.2.4",
"postcss-import": "^8.1.2",
"rucksack-css": "^0.8.6",
"uber-watchify": "^3.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0"
},
"dependencies": {
"express": "^4.14.0",
"pug": "^2.0.0-beta6"
}
}