-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1000 Bytes
/
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
{
"name": "ttouch",
"version": "2.1.0",
"description": "Create files easily",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": {
"ttouch": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dejanfajfar/ttouch.git"
},
"author": "Dejan Fajfar <dejan.fajfar.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dejanfajfar/ttouch/issues"
},
"homepage": "https://github.com/dejanfajfar/ttouch#readme",
"dependencies": {
"camelcase": "^5.3.1",
"chalk": "^2.4.2",
"handlebars": "^4.4.0",
"node-emoji": "^1.10.0",
"rc": "^1.2.8",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"request-promise-native": "^1.0.7",
"yargs": "^13.2.4"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^6.1.4",
"mock-require": "^3.0.3",
"nyc": "^14.1.1",
"rewire": "^4.0.1",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0"
}
}