This repository was archived by the owner on Jan 30, 2021. It is now read-only.
forked from ilgilenio/Otag
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.33 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.33 KB
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
{
"name": "otag",
"version": "2.1.1",
"description": "Hızlı, Yalın, Yenilikçi “Web uygulamalarını” geliştirmenizi sağlayan JavaScript çatısıdır.",
"main": "index.js",
"scripts": {
"build": "rollup -c rollup.config.js;node betik/dür.js",
"build:serve": "webpack",
"dev": "webpack-dev-server --content-base www --port 1453 --mode development --open --hot",
"test": "npm run dev&cypress run;pkill node",
"lint": "eslint --fix yap/*.js lib/*.js lib/ek/*.js dist/otag.js www/uygulama.js www/yay/uygu.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Otag/Otag.git"
},
"keywords": ["JavaScript Framework", "Node Module", "ES6 Module"],
"author": "ilgilenio®",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/Otag/Otag/issues"
},
"homepage": "https://otagjs.org",
"devDependencies": {
"cypress": "^3.1.0",
"eslint": "^5.5.0",
"eslint-config-otag": "^1.0.1",
"rollup": "^0.64.1",
"rollup-plugin-terser": "^1.0.1",
"uglify-js-es6": "^2.8.9",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
},
"module": "dist/otag.esm.dev.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"nesne": "^1.0.2",
"o.disk": "^2.0.3",
"o.i18n": "^1.0.0",
"request": "^2.88.0"
}
}