-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.9 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
{
"name": "jsrespoweb",
"version": "0.1.0",
"description": "web for https://github.com/seyd/JS.Responsive",
"main": "debug.js",
"dependencies": {
"archiver": "1.1.0",
"bootstrap": "3.3.7",
"cheerio": "0.22.0",
"node-sass": "3.10.1",
"total.js": "2.9.4"
},
"scripts": {
"start": "node debug.js",
"start-prod": "node release.js",
"test": "node test.js",
"translate": "cd views && totaljs --translate && cp -f ./views/translate.resource ./resources/en.resource",
"translate_sk": "totaljs -diff ./resources/en.resource ./resources/sk.resource",
"update_hard": "git checkout master && git reset --hard && git clean -f && cd JS.Responsive && git reset --hard && git clean -f && git checkout master && git pull origin master && cd .. && npm run update",
"update": "git pull origin master && git submodule update && cd JS.Responsive.jsdocTmpl && git checkout master && git pull origin master && npm i --production && cd .. && cd JS.Responsive && git pull origin master && npm i && cd node_modules/jsdoc-webpack-plugin && npm i --production && cd ../../.. && node utils/jsdocPreProcessUtil && cd JS.Responsive && npm run build && cd .. && node utils/jsdocProcessUtil",
"install": "npm rebuild node-sass && git submodule init && npm run update && npm rebuild node-sass",
"templdev": "node utils/jsdocPreProcessUtil && cd JS.Responsive && npm run build && cd .. && node utils/jsdocProcessUtil",
"package": "tpm create jsrweb.package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luckylooke/JS.Responsive.web.git"
},
"keywords": [
"js.responsive",
"responsivity",
"web",
"style",
"javascript",
"api"
],
"author": "Jan Seyd & Ctibor Laky",
"license": "MIT",
"bugs": {
"url": "https://github.com/luckylooke/JS.Responsive.web/issues"
},
"homepage": "https://github.com/luckylooke/JS.Responsive.web#readme"
}