forked from schetnikovich/lasso-marko-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 901 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
{
"name": "lasso-marko-extras",
"version": "2.0.2",
"description": "Lasso and Marko extras",
"main": "lib/index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/schetnikovich/lasso-marko-extras.git"
},
"keywords": [
"lasso",
"marko"
],
"dependencies": {
"rimraf": "2.5.4",
"async": "2.1.2"
},
"devDependencies": {
"async": "2.1.2",
"express": "4.15.2",
"lasso": "2.11.8",
"lasso-marko": "2.3.0",
"marko": "4.2.8",
"lasso-less": "2.4.3",
"browser-refresh": "1.7.1",
"browser-refresh-taglib": "1.1.0",
"eslint": "3.9.1"
},
"author": "Dmitry Schetnikovich",
"license": "ISC",
"bugs": {
"url": "https://github.com/schetnikovich/lasso-marko-extras/issues"
},
"homepage": "https://github.com/schetnikovich/lasso-marko-extras"
}