-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
52 lines (52 loc) · 1.05 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
49
50
51
52
{
"name": "freight",
"version": "0.6.0",
"bin": {
"freight": "bin/freight"
},
"scripts": {
"test": "mocha test/*.js --reporter=spec"
},
"description": "Dependency Bundling for NPM and Bower",
"homepage": "https://github.com/vladikoff/freight",
"author": {
"name": "vladikoff",
"email": "vlad.filippov@gmail.com",
"url": "http://vf.io"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vladikoff/freight.git"
},
"main": "./freight",
"dependencies": {},
"bugs": {
"url": "https://github.com/vladikoff/freight/issues"
},
"devDependencies": {
"mocha": "~1.20.1",
"chai": "~1.9.1",
"istanbul": "~0.2.10",
"rimraf": "~2.2.8",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-cli": "~0.1.13",
"grunt-jscs": "~0.7.1"
},
"keywords": [
"freight",
"registry",
"npm",
"bundle",
"dependency",
"offline",
"package",
"zip",
"components",
"extract",
"modules",
"node_modules",
"bower"
]
}