-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.cson
43 lines (43 loc) · 1.03 KB
/
package.cson
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: "package-alt-cson"
description: "Use package.cson instead of package.json"
version: "0.0.2"
main: "help.js"
bin:
"package-alt-cson": "help.js"
"npm-cson": "update.js"
cnpm: "update.js"
"npm-cson-update": "update.js"
"cnpm-update": "update.js"
"npm-cson-preserve": "preserve.js"
"cnpm-preserve": "preserve.js"
preferGlobal: true
author: "Hoàng Văn Khải <[email protected]>"
contributors: [
"Hoàng Văn Khải <[email protected]>"
]
license: "MIT"
repository:
type: "git"
url: "https://github.com/ksxnodeapps/package-alt-cson.git"
dependencies:
"package-alt": "^0.0.5"
cson: "^4.1.0"
devDependencies:
standard: "^10.0.1"
engines:
node: ">= 6.0.0"
scripts:
"remake-package-json": "node sh/remake-package-json"
clean: "bash 'sh/clean.sh'"
fix: "bash 'sh/fix.sh'"
test: "bash 'sh/test.sh'"
keywords: [
"package.cson"
"alternate"
"npm"
"npm-cson"
"cnpm"
]
bugs:
url: "https://github.com/ksxnodeapps/package-alt-cson/issues"
homepage: "https://github.com/ksxnodeapps/package-alt-cson#readme"