-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1.62 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
{
"name": "finsl-signbank",
"version": "1.0.0",
"description": "sign language lexicon database",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"collectjs": "cp -f ./node_modules/*/dist/*min.js ./signbank/static/js && cp -f ./node_modules/recordrtc/RecordRTC.min.js ./signbank/static/js && cp -f ./node_modules/at.js/dist/js/jquery.atwho.min.js ./signbank/static/js && cp -f ./node_modules/cookieconsent/build/cookieconsent.min.js ./signbank/static/js && cp -f ./node_modules/sigma/build/sigma.min.js ./signbank/static/js && cp -f ./node_modules/sigma/build/plugins/sigma.layout.forceAtlas2.min.js ./signbank/static/js",
"collectcss": "cp -f ./node_modules/at.js/dist/css/jquery.atwho.min.css ./signbank/static/css && cp -rf ./node_modules/bootstrap/dist/* ./signbank/static/bootstrap/ && cp -f ./node_modules/cookieconsent/build/cookieconsent.min.css ./signbank/static/css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Signbank/FinSL-signbank.git"
},
"keywords": [
"signlanguage"
],
"author": "Henri Nieminen",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Signbank/FinSL-signbank/issues"
},
"homepage": "https://github.com/Signbank/FinSL-signbank#readme",
"dependencies": {},
"devDependencies": {
"TagManager": "git+https://github.com/max-favilli/tagmanager.git",
"at.js": "^1.5.4",
"bootstrap": "^3.4.1",
"jquery": "^3.4.0",
"jquery.caret": "^0.3.1",
"mark.js": "^8.11.1",
"recordrtc": "^5.5.9",
"sigma": "^1.2.1",
"typeahead.js": "^0.11.1",
"cookieconsent": "^3.1.1"
}
}