-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 975 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
{
"name": "krunch",
"version": "0.1.2",
"dependencies": {
"less": "*",
"node.extend": "*",
"winston": "*",
"uglify-js": "1.x.x",
"optimist": "*",
"findit": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"yuidocjs": "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"author": "Larron Armstead <[email protected]>",
"description": "A simple build and watch tool for javascript, html and less/css.",
"repository": {
"type": "git",
"url": "https://github.com/larron/krunch.git"
},
"main": "src/krunch.js",
"bin": {
"krunch": "src/cli.js"
},
"scripts": {
"docs": "yuidoc -o ./docs .",
"units": "./node_modules/mocha/bin/mocha ./tests/units/ -R spec"
},
"bugs": "https://github.com/larron/krunch/issues",
"homepage": "https://github.com/larron/krunch"
}