-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 991 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
33
34
35
36
37
38
{
"license": "CeCILL",
"author": "Istex team",
"name": "istex-api-demo",
"version": "1.10.0",
"keywords": [
"Istex",
"API"
],
"main": "index.html",
"dependencies": {
"colors": "^1.1.2",
"lodash": "^4.17.13",
"node-static": "^0.7.11",
"requirejs-json": "0.0.3",
"requirejs-text": "^2.0.15"
},
"description": "Démonstrateur Istex",
"scripts": {
"start": "npx static",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "serve -l tcp://0.0.0.0:8080",
"postversion": "git push && git push --tags",
"install:bower": "bower install --allow-root",
"build:css": "npx lessc -x ./less/istex/main.less ./css/main.min.css",
"build:config": "node ./js/postInstall.js",
"mapping": "node ./js/takeMapping.js"
},
"devDependencies": {
"bower": "^1.8.8",
"less": "^3.9.0",
"serve": "^11.0.0"
},
"repository": {
"url": "https://github.com/istex/istex-api-demo.git",
"type": "git"
}
}