forked from arve0/NBLeser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 852 Bytes
/
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
{
"name": "nbleser",
"version": "1.0.0",
"description": "Les bøker fra Nasjonalbiblioteket",
"main": "index.js",
"scripts": {
"bower": "bower-build -o lib",
"build": "npm run js && npm run css && npm run bower",
"css": "lessc css/core.less > css/index.css",
"js": "cat js/core.js js/search.js js/leser.js js/main.js > js/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arve0/nbleser.git"
},
"keywords": [
"ebok",
"nasjonalbiblioteket"
],
"author": "Arve Seljebu",
"license": "MIT",
"bugs": {
"url": "https://github.com/arve0/nbleser/issues"
},
"homepage": "https://github.com/arve0/nbleser#readme",
"dependencies": {
"angular": "^1.5.8",
"bower-build": "0.0.1",
"less": "^2.7.1"
}
}