-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.61 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.61 KB
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
{
"name": "moriston.losttype.com",
"version": "0.1.0",
"description": "The minisite for Riley Cran’s Moriston, from your friends at Lost Type.",
"homepage": "http://moriston.losttype.com",
"author": "Kenneth Ormandy <hello@kennethormandy.com> (http://kennethormandy.com)",
"contributors": [
"Kenneth Ormandy <hello@kennethormandy.com> (http://kennethormandy.com)",
"Riley Cran <riley@rileycran.com> (http://rileycran.com)"
],
"license": "Copyright © 2015 Kenneth Ormandy & The Lost Type Co-op",
"private": true,
"repository": "git@github.com:losttype/moriston.losttype.com.git",
"keywords": [],
"dependencies": {
"big-ideas-text": "0.4.1",
"contenteditable": "0.3.0",
"dropcap.js": "^1.0.0",
"html2canvas": "0.5.0-alpha2",
"webcamjs": "1.0.4"
},
"devDependencies": {
"fontfaceobserver": "1.5.1",
"harp": "git://github.com/kennethormandy/harp.git#f15251d2d6cf9b52007a3c2cb6704ddff134c165",
"normalize-opentype.css": "0.2.4",
"normalize.css": "3.0.3",
"standard": "4.5.4",
"surge": "latest"
},
"standard": {
"global": [
"FontFaceObserver"
]
},
"scripts": {
"lint": "standard public/js/index.es",
"test": "echo \"Error: no test specified…yet! Pull requests on https://github.com/losttype/moriston.losttype.com are greatly appreciated.\"",
"posttest": "npm run lint",
"postinstall": "cp ./node_modules/normalize.css/normalize.css ./node_modules/normalize.css/normalize.scss",
"build": "harp public www",
"start": "harp public",
"predeploy": "npm run build",
"deploy": "surge ./www $npm_package_homepage"
}
}