-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.13 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
{
"name": "template-anything",
"version": "1.3.1",
"description": "Turn any git repository into a project template!",
"keywords": [
"template",
"scaffold",
"generator",
"scripting",
"project"
],
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"bin": {
"ta": "./bin/ta"
},
"dependencies": {
"cpr": "^1.0.0",
"docopt": "^0.4.0",
"git-clone": "^0.1.0",
"iniparser": "~1.0.5",
"mkdirp": "~0.5.0",
"my-github-username": "~0.1.1",
"osenv": "^0.1.0",
"rimraf": "~2.2.8",
"shell-escape": "^0.1.0",
"shell-quote": "^1.4.3",
"tmp": "0.0.24"
},
"devDependencies": {
"cheerio": "^0.18.0",
"marked": "^0.3.3",
"pegjs": "~0.8.0",
"pygmentize-bundled": "^2.3.0",
"tape": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jaz303/template-anything.git"
},
"author": "Jason Frame <[email protected]> (http://jasonframe.co.uk)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaz303/template-anything/issues"
},
"homepage": "https://github.com/jaz303/template-anything"
}