-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "lgpn-search",
"version": "0.1.0",
"description": "Lexicon of Greek personal names - Search interface for LGPN-data",
"main": "gulpfile.js",
"dependencies": {
"bootstrap": "^3.3.7",
"jasny-bootstrap": "^3.1.3",
"jquery": "^3.2.1"
},
"devDependencies": {
"bootstrap-material-design": "^0.5.10",
"del": "^3.0.0",
"gulp-exist": "^1.4.2",
"gulp-less": "^3.3.2",
"gulp-newer": "^1.3.0",
"gulp-sourcemaps": "^2.6.1",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"path": "^0.12.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update": "npm update && bower update && gulp build",
"start": "npm install --quiet && bower install --quiet && gulp",
"gulp": "gulp default"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eXistSolutions/LGPN-ling.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eXistSolutions/LGPN-ling/issues"
},
"homepage": "https://github.com/eXistSolutions/LGPN-ling#readme"
}