forked from lasso-js/lasso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.28 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
68
69
70
71
{
"name": "lasso",
"description": "Lasso.js is a build tool and runtime library for building and bundling all of the resources needed by a web application",
"repository": {
"type": "git",
"url": "https://github.com/lasso-js/lasso.git"
},
"scripts": {
"test": "rm -rf .cache && node_modules/.bin/mocha --timeout 4000 --ui bdd --reporter spec ./test && node_modules/.bin/mocha --timeout 4000 --ui bdd --reporter spec ./test && node_modules/.bin/jshint lib/ taglib/"
},
"author": "Patrick Steele-Idem <[email protected]>",
"maintainers": "Patrick Steele-Idem <[email protected]>",
"dependencies": {
"app-module-path": "^1.0.0",
"app-root-dir": "^1.0.0",
"async": "^0.9.0",
"browser-refresh-client": "^1.0.0",
"glob": "^4.0.6",
"jsonminify": "~0.2.3",
"lasso-image": "^1.0.9",
"lasso-minify-css": "^1.0.0",
"lasso-minify-js": "^1.1.4",
"lasso-require": "^1.4.0",
"lasso-resolve-css-urls": "^1.0.0",
"mime": "~1.2.7",
"mkdirp": "^0.5.0",
"property-handlers": "^1.0.0",
"raptor-async": "^1.1.0",
"raptor-cache": "^1.1.1",
"raptor-detect": "^1.0.0",
"raptor-dust": "^1.1.2",
"raptor-logging": "^1.0.1",
"raptor-modules": "^1.0.5",
"raptor-objects": "^1.0.1",
"raptor-polyfill": "^1.0.0",
"raptor-promises": "^1.0.1",
"raptor-regexp": "^1.0.0",
"raptor-strings": "^1.0.0",
"raptor-util": "^1.0.0",
"resolve-from": "^1.0.0",
"send": "^0.13.0",
"through": "^2.3.4"
},
"devDependencies": {
"babel-core": "^6.0.20",
"babel-preset-es2015": "^6.0.15",
"chai": "~1.8.1",
"deamdify": "^0.1.1",
"dustjs-linkedin": "^2.4.0",
"fs-extra": "~0.12.0",
"jshint": "~2.3.0",
"lasso-dust": "^1.1.3",
"lasso-marko": "^2.0.1",
"marko": "^2.7.25",
"mocha": "~1.15.1"
},
"license": "Apache License v2.0",
"main": "lib/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"bundler",
"build",
"css",
"javascript",
"concat",
"minify"
],
"version": "1.13.4"
}