-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 985 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
{
"name": "lasso-cli",
"description": "Command line interface for Lasso.js which is used to bundle web application resources",
"repository": {
"type": "git",
"url": "https://github.com/lasso-js/lasso-cli.git"
},
"scripts": {
"test": "node_modules/.bin/jshint lib/"
},
"author": "Patrick Steele-Idem <[email protected]>",
"maintainers": "Patrick Steele-Idem <[email protected]>",
"dependencies": {
"app-module-path": "^1.0.0",
"colors": "^0.6.2",
"ignoring-watcher": "^1.1.0",
"lasso": "^2.11.19",
"mkdirp": "^0.5.0",
"raptor-args": "^1.0.0",
"raptor-polyfill": "^1.0.0",
"raptor-promises": "^1.0.1",
"raptor-util": "^1.0.0",
"strip-json-comments": "^2.0.1"
},
"devDependencies": {
"jshint": "^2.5.4"
},
"license": "Apache-2.0",
"bin": {
"lasso": "./bin/lasso"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=4"
},
"version": "2.0.11"
}