-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.65 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
47
48
49
50
51
52
53
54
55
{
"name": "iot-workshop",
"version": "0.1.0",
"description": "An introduction to embedded and iot",
"homepage": "http://metcalfbuilt.com/iot-workshop/",
"author": {
"name": "Ian Metcalf",
"url": "http://metcalfbuilt.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ianmetcalf/iot-workshop.git"
},
"bugs": {
"url": "https://github.com/ianmetcalf/iot-workshop/issues"
},
"scripts": {
"install:theme": "node ./scripts/theme",
"postinstall": "npm run install:theme",
"build": "node ./scripts/builder",
"build:gh-pages": "PREFIX=iot-workshop node ./scripts/builder",
"build:offline": "OFFLINE=offline.json node ./scripts/builder",
"start": "nodemon -e js,md,scss,ino -x 'npm run build'",
"test": "node ./scripts/test",
"test:watch": "nodemon -e ino -x 'node ./scripts/test | tap-dot'",
"predeploy": "npm run build:gh-pages",
"deploy": "gh-pages -d build -m 'Auto-generated'"
},
"devDependencies": {
"fs-extra": "^5.0.0",
"gh-clone": "^1.0.0",
"gh-pages": "^1.1.0",
"glob": "^7.1.2",
"gray-matter": "^4.0.1",
"is-utf8": "^0.2.1",
"js-yaml": "^3.11.0",
"liquidjs": "^3.1.2",
"lodash": "^4.17.5",
"marked": "^0.3.19",
"metalsmith": "^2.3.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-concat": "^6.0.0",
"metalsmith-metallic": "^2.0.2",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-prefix": "^1.0.3",
"metalsmith-renamer": "^0.4.0",
"metalsmith-sass": "^1.5.1",
"minimatch": "^3.0.4",
"nodemon": "^1.17.3",
"tap-dot": "^1.0.5",
"tape": "^4.9.0",
"tape-spawn": "^1.4.2"
}
}