-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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": "ChristinaAndJeff.ca",
"version": "0.1.0",
"private": true,
"description": "Christina and Jeffrey Wedding.",
"author": "LoachLabs (http://loachlabs.com)",
"license": "GPL-3.0",
"engines": {
"node": "5"
},
"repository": {
"type": "git",
"url": "https://github.com/LoachLabs/ChristinaAndJeff.ca.git"
},
"dependencies": {
"autoprefixer": "^6.3.1",
"bootstrap": "^3.3.6",
"bootswatch": "^3.3.6",
"jquery": "^2.2.1",
"jstransformer-browserify": "0.4.0",
"jstransformer-jade": "0.1.0",
"jstransformer-markdown-it": "^0.2.2",
"jstransformer-postcss": "^1.1.0",
"jstransformer-uglify-js": "^1.1.1",
"metalsmith": "^2.1.0",
"metalsmith-clean-urls": "^1.1.0",
"metalsmith-jstransformer": "0.6.0",
"metalsmith-jstransformer-partials": "^1.1.0",
"metalsmith-metadata-convention": "^0.1.0",
"postcss-import": "^8.0.2",
"postcss-nested": "^1.0.0",
"postcss-url": "^5.1.1"
},
"scripts": {
"build": "metalsmith",
"test": "npm run build",
"watch": "watch 'npm test' src",
"server": "lr-http-server -d build",
"start": "parallelshell 'npm run server' 'npm run watch'"
},
"devDependencies": {
"lr-http-server": "^0.1.1",
"parallelshell": "^2.0.0",
"watch": "^0.17.1"
}
}