-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
46 lines (46 loc) · 2.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
39
40
41
42
43
44
45
46
{
"name": "amalia.js",
"description": "",
"homepage": "http://ina-foss.github.io/amalia.js",
"author": "INA",
"version": "1.3.3",
"public_site": "site",
"engines": {
"node": ">= 0.11"
},
"license": "MIT",
"licenseText": "/**\n * Copyright (c) 2015-2023 Institut National de l'Audiovisuel, INA\n *\n * This file is part of amalia.js\n *\n * Amalia.js is free software: you can redistribute it and/or modify it under\n * the terms of the MIT License\n *\n * Redistributions of source code, javascript and css minified versions must\n * retain the above copyright notice, this list of conditions and the following\n * disclaimer\n *\n * Neither the name of the copyright holder nor the names of its contributors\n * may be used to endorse or promote products derived from this software without\n * specific prior written permission\n *\n * You should have received a copy of the MIT License along with\n * amalia.js. If not, see <https://opensource.org/license/mit/>\n *\n * Amalia.js is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE.\n */\n",
"repository": {
"type": "git",
"url": "git://github.com/ina-foss/amalia.js.git"
},
"cacheDirectories": [
"node_modules",
"bower_components"
],
"devDependencies": {
"browser-sync": "^2.11.1",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-yuidoc": "^0.7.0",
"grunt-ftp-deploy": "^0.2.0",
"grunt-html-build": "~0.4.1",
"grunt-sass": "^1.1.0",
"grunt-webfont": "^0.5.1",
"load-grunt-tasks": "^3.5.0",
"time-grunt": "^1.3.0"
},
"dependencies": {
"bower": "^1.8.14"
}
}