-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 856 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
{
"name": "clientside-view-loader",
"version": "2.7.5",
"description": "a clientside module which simplifies loading views (html, css, and javascript) and additionally supports server side rendering",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"clientside-require": "^4.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/uladkasach/clientside-view-loader"
},
"keywords": [
"browser",
"clientside",
"client-side",
"frontend",
"front-end",
"view",
"views",
"html",
"css",
"clientside-require"
],
"author": "UladKasach",
"license": "ISC",
"devDependencies": {
"dynamic-serial-promise-all": "^1.1.0",
"jsdom": "^11.11.0",
"mocha": "^5.2.0",
"xmlhttprequest": "^1.8.0"
},
"main": "src/index.js"
}