forked from unpoly/unpoly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 940 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": "unpoly",
"version": "0.61.0",
"description": "Unobtrusive JavaScript framework",
"main": "dist/unpoly.js",
"files": [
"dist/unpoly.js",
"dist/unpoly.min.js",
"dist/unpoly.css",
"dist/unpoly.min.css",
"dist/unpoly-bootstrap3.js",
"dist/unpoly-bootstrap3.min.js",
"dist/unpoly-bootstrap3.css",
"dist/unpoly-bootstrap3.min.css"
],
"scripts": {
"test": "echo \"See https://github.com/unpoly/unpoly for test instructions\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unpoly/unpoly.git"
},
"keywords": [
"progressive enhancement",
"unobtrusive javascript",
"ujs",
"server-side",
"ssr"
],
"author": "Henning Koch <[email protected]> (https://makandra.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/unpoly/unpoly/issues"
},
"homepage": "https://unpoly.com",
"dependencies": {
}
}