-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 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
{
"name": "interactive-kit",
"version": "1.5.0",
"description": "cli for developing and deploying lowdown interactives",
"main": "index.js",
"bin": {
"interactive-kit": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "James Canning <james@jamescanning.com> (http://brudil.com)",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.141.0",
"chalk": "^2.3.0",
"chokidar": "^1.7.0",
"commander": "^2.11.0",
"express": "^4.16.2",
"hbs": "^4.0.1",
"iframe-resizer": "^3.5.15",
"interactive-frame": "^1.0.0",
"mime": "^2.0.3",
"mustache": "^2.3.0",
"node-fetch": "^1.7.3",
"rollup": "^0.50.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-postcss": "^0.5.5",
"rollup-plugin-rebase": "^0.12.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-url": "^1.3.0",
"uglify-js": "^3.1.6"
}
}