-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 876 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
32
33
{
"name": "mmpwebsite",
"version": "1.0.0",
"description": "Elm, Sinatra, SQLite3 (dev), PostgreSQL (prod)",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-elm": "^0.8.1",
"gulp-if-else": "^1.0.3",
"gulp-rename": "^1.3.0",
"gulp-replace": "^0.5.4",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.8",
"js-yaml": "^3.13.1",
"rimraf": "^2.5.4",
"yargs": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robwhitaker/MMPWebsiteV2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/robwhitaker/MMPWebsiteV2/issues"
},
"homepage": "https://github.com/robwhitaker/MMPWebsiteV2#readme"
}