-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 900 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
{
"name": "small",
"version": "0.2.9",
"description": "A tool to bundle commonjs files. Designed to produce the smallest file size possible.",
"keywords": [
"bundle",
"commonjs",
"browser",
"gulpfriendly"
],
"author": {
"name": "Ivo Gabe de Wolff",
"url": "http://ivogabe.com/"
},
"dependencies": {
"bluebird": "^3.1.1",
"browser-builtins": "^3.3.1",
"chalk": "^1.1.1",
"commander": "^2.9.0",
"graphlib": "^2.0.0",
"source-map": "^0.5.3",
"typescript": "^2.1.0-dev.20161012",
"vinyl": "^1.1.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.2.1",
"gulp-typescript": "^3.0.2"
},
"main": "./release/index.js",
"bin": {
"small": "./bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ivogabe/small.git"
},
"license": "MIT"
}