-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·43 lines (43 loc) · 1.06 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
{
"name": "superman-versioning",
"version": "0.1.6",
"description": "Package.json versioning",
"preferGlobal": true,
"bin": {
"superman": "bin/superman"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo <(bonjour)>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheMartianGeeks/superman.git"
},
"keywords": [
"superman",
"versioning",
"package.json"
],
"author": "The Martian Geeks <contact@themartiangeeks.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheMartianGeeks/superman/issues"
},
"homepage": "https://github.com/TheMartianGeeks/superman#readme",
"contributors": [
"Hassane Dao <dao.hassane@themartiangeeks.com> (http://github.com/daohassane)",
"Houssene Dao <dao.houssene@themartiangeeks.com> (http://github.com/houssenedao)"
],
"dependencies": {
"colors": "^1.2.4",
"commander": "^2.15.1",
"firebase": "^5.0.2",
"node-notifier": "^5.2.1",
"shelljs": "^0.8.2",
"update-notifier": "^2.5.0"
},
"devDependencies": {}
}