-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1 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
{
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/marko-js-samples/ui-components-playground.git"
},
"author": "Patrick Steele-idem <pnidem@gmail.com>",
"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": {
"app-module-path": "^1.0.1",
"browser-refresh-taglib": "^1.0.2",
"compression": "^1.2.0",
"express": "^4.9.4",
"jquery": "^2.1.3",
"lasso": "^1.7.0",
"lasso-less": "^2.0.1",
"lasso-marko": "^2.0.0",
"marko": "^2.7.13",
"marko-widgets": "^5.0.0-beta",
"raptor-pubsub": "^1.0.5",
"raptor-util": "^1.0.9",
"serve-static": "^1.6.2"
}
}