-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpb.cson
54 lines (51 loc) · 895 Bytes
/
npb.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
44
45
46
47
48
49
50
51
52
53
54
# NPB npb config
name: 'npb-coffee'
version: '0.1.3'
description: 'An auxiliary tool to help developer build node project more convenient.'
author: ':FooTearth <[email protected]>'
main: 'bin/npb.coffee'
bin:
npb: 'bin/npb.coffee'
license: 'MIT'
repository:
type: 'git'
url: 'https://github.com/Mooxe000/npb.git'
bugs:
url: 'https://github.com/Mooxe000/npb/issues'
homepage: 'https://github.com/Mooxe000/npb'
keywords: [
'command'
'auxiliary'
'tool'
'bower'
'npm'
'grunt'
'gulp'
'build'
'coffee'
]
bower:
dependencies: []
devDependencies: []
npm:
scripts:
test: ''
reinstall: 'reinstall.sh'
dependencies: [
'shelljs'
'lodash'
'thenjs'
'jsonfile'
'coffee-script'
'fs-extra'
'del'
# 'eyes'
# 'walk-sync'
]
devDependencies: []
npb:
bower:
root_allow: true
npm:
# commander: 'npm'
commander: 'cnpm'