-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.47 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.47 KB
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
44
45
{
"name": "istex-widgets-angular",
"version": "0.1.7",
"description": "Widgets istex with AngularJS",
"license": "CeCILL",
"author": "Thomas Frantz <thom.frantz@gmail.com>",
"contributors": [
{
"name": "Istex-TEAM",
"email": "contact@listes.istex.fr"
}
],
"scripts": {
"js": "uglifyjs app/app.js app/istexfacets/IstexfacetsDirective.js app/istexfacets/IstexfacetsCtrl.js app/istexfacets/IstexfacetsService.js app/istexsearch/IstexsearchDirective.js app/istexsearch/IstexsearchCtrl.js app/istexsearch/IstexsearchService.js app/istexresults/IstexresultsDirective.js app/istexresults/IstexresultsCtrl.js app/istexresults/IstexresultsService.js app/istexconfigdefault.js -o public/app.min.js -cE",
"css": "cleancss -o public/style.min.css css/istexsearch.css css/istexfacets.css css/istexresults.css",
"jscss": "npm run js && npm run css",
"server": "http-server",
"prepublish": "npm run js && npm run css && bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/istex/istex-widgets-angular"
},
"bugs": {
"url": "https://github.com/istex/istex-widgets-angular/issues",
"email": "thom.frantz@gmail.com"
},
"keywords": [
"angular",
"angularjs",
"istex",
"widget",
"widgets"
],
"dependencies": {
"bower": "~1.4.1",
"uglify-js": "~2.4.23",
"clean-css": "~3.2.10"
},
"devDependencies": {
"angular": "^1.5.2",
"http-server": "^0.9.0"
},
"private": true
}