-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 840 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 840 Bytes
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
{
"name": "time-interactive",
"version": "0.7.8",
"description": "Interactive bootstrap files for Time.com",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/TimeMagazineLabs/time-interactive.git"
},
"bin": {
"time-interactive": "./bin/generate.js"
},
"dependencies": {
"chalk": "^4.1.2",
"ejs": "^3.1.6",
"minimist": "^1.2.5",
"mkdirp": ">=1.0.4",
"ncp": ">=2.0.0",
"rimraf": "^3.0.2",
"yesno": "^0.3.1"
},
"author": {
"name": "Chris Wilson",
"email": "wilson@mechanicalscribe.com",
"url": "http://mechanicalscribe.com"
},
"scripts": {
"test": "rm -rf test/my_test_app && cd test && ../bin/generate.js my_test_app --test && cd my_test_app && npm install && npm run build && npm run minify && cd ../.."
},
"license": "MIT"
}