-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.45 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "rilti",
"version": "0.10.1",
"description": "small opinionated furture forward frontend framework",
"main": "./dist/rilti.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sauldoescode/rilti.js.git"
},
"keywords": [
"ES6",
"ES7",
"view",
"library",
"front-end",
"frontend",
"toolkit",
"components",
"framework",
"proxy",
"dom"
],
"author": "Saul van der Walt",
"license": "MIT",
"bugs": {
"url": "https://github.com/sauldoescode/rilti.js/issues"
},
"scripts": {
"test": "./node_modules/.bin/karma start karma.conf.js --single-run",
"build": "./node_modules/.bin/rollup -c \n ./node_modules/.bin/standard --fix ./dist/rilti.js \n ./node_modules/.bin/terser ./dist/rilti.js --verbose -c -m -o ./dist/rilti.min.js"
},
"standard": {
"ignore": [
"./dist/",
"./examples/",
"./examples/assets/",
"*.min.js",
"init.js"
]
},
"homepage": "https://github.com/sauldoescode/rilti.js#readme",
"devDependencies": {
"chokidar": "^3.3.1",
"compression": "^1.7.4",
"fastify": "^2.13.0",
"fastify-static": "^4.4.1",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^3.1.1",
"puppeteer": "^2.1.1",
"rollup": "^2.3.3",
"standard": "^14.3.3",
"terser": "^4.6.10"
}
}