-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
39 lines (39 loc) · 1.16 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
{
"name": "ui-components-playground",
"version": "1.0.0",
"description": "Sample app that demonstrates the power of building UI components using Marko and Marko Widgets",
"main": "server.js",
"scripts": {
"start": "node server.js",
"browser-refresh": "browser-refresh server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/marko-js-samples/ui-components-playground.git"
},
"author": "Patrick Steele-idem <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/marko-js-samples/ui-components-playground/issues"
},
"homepage": "https://github.com/marko-js-samples/ui-components-playground",
"dependencies": {
"browser-refresh": "^1.7.1",
"browser-refresh-taglib": "^1.1.0",
"compression": "^1.6.2",
"express": "^4.14.0",
"jquery": "^2.2.4",
"lasso": "^2.10.0",
"lasso-less": "^2.4.0",
"lasso-marko": "^2.2.1",
"marked": "^0.3.6",
"marko": "^4.0.0-rc.24",
"minprops": "^1.0.0",
"purecss": "^0.6.2",
"raptor-pubsub": "^1.0.5",
"raptor-util": "^1.1.1",
"require-self-ref": "^2.0.1",
"serve-static": "^1.11.1",
"whatwg-fetch": "^2.0.1"
}
}