-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 965 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 965 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "frame",
"version": "1.0.0-alpha.2",
"description": "Persisted boilerplates for all your projects",
"main": "src/index.js",
"bin": {
"frame": "frame.js"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisui/frame.git"
},
"keywords": [
"project",
"config",
"boilerplate"
],
"author": "Chris Pearce <hello@chrispearce.me>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/chrisui/frame/issues"
},
"engines": {
"node" : ">=7.10.0"
},
"homepage": "https://github.com/chrisui/frame#readme",
"dependencies": {
"async-file": "^2.0.2",
"chalk": "^1.1.3",
"checksum": "^0.1.1",
"cosmiconfig": "^2.1.3",
"lodash.difference": "^4.5.0",
"minimist": "^1.2.0",
"mustache": "^2.3.0",
"npmlog": "^4.1.0",
"recursive-readdir": "^2.2.1",
"resolve": "^1.3.3",
"sort-object": "^3.0.2"
}
}