-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 954 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
{
"name": "lasso-tools",
"description": "Lasso Tools",
"main": "src/index.js",
"dependencies": {
"app-root-dir": "^1.0.1",
"async-writer": "^2.1.3",
"browser-refresh-taglib": "^1.0.4",
"colors": "^1.1.2",
"fashion-model": "^5.0.19",
"http-proxy": "^1.11.1",
"lasso": "^2.8.3",
"lasso-image": "^1.0.10",
"lasso-less": "^2.1.2",
"lasso-marko": "^2.0.7",
"mkdirp": "latest",
"raptor-args": "^1.0.2",
"raptor-async": "^1.1.2",
"raptor-logging": "^1.0.5",
"raptor-renderer": "^1.4.6",
"raptor-util": "^1.0.9",
"resolve": "^1.1.6",
"rest-handler": "^1.2.11",
"send": "^0.12.2",
"task-list": "^1.0.2"
},
"repository": "https://github.com/philidem/lasso-tools.git",
"author": "Phillip Gates-Idem <phillip.gates-idem@inin.com>",
"license": "MIT",
"version": "2.0.9"
}