-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
67 lines (67 loc) · 1.57 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "bosco",
"version": "0.0.23",
"description": "Bosco will take care of your microservices, just don't try and use him on a plane.",
"main": "index.js",
"scripts": {
"coveralls": "NODE_ENV=test mocha --require blanket --reporter mocha-lcov-reporter tests/* | ./node_modules/coveralls/bin/coveralls.js",
"test": "mocha tests/*"
},
"keywords": [
"micro",
"service",
"build",
"automation",
"minification",
"s3",
"project"
],
"bin": {
"bosco": "./bin/bosco.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TSLEducation/bosco.git"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"asciify": "^1.3.5",
"async": "^0.9.0",
"clean-css": "^2.2.13",
"cli-table": "^0.3.0",
"colors": "^0.6.2",
"commander": "^2.3.0",
"dateformat": "^1.0.8-1.2.3",
"diff": "^1.0.8",
"gulp": "^3.8.7",
"gulp-git": "^0.5.0",
"handlebars": "^2.0.0-alpha.4",
"knox": "^0.9.0",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"multimeter": "^0.1.1",
"nconf": "^0.6.9",
"node-sass": "^0.9.3",
"pm2": "TSLEducation/pm2",
"prettyjson": "^1.0.0",
"progress": "^1.1.8",
"prompt": "^0.2.13",
"request": "^2.40.0",
"uglify-js": "^2.4.15",
"watch": "TSLEducation/watch"
},
"devDependencies": {
"assert": "^1.1.1",
"blanket": "^1.1.6",
"coveralls": "^2.11.1",
"expect.js": "^0.3.1",
"mocha": "^1.21.4",
"mocha-lcov-reporter": "0.0.1"
},
"config": {
"blanket": {
"pattern": "src"
}
}
}