forked from ina-foss/amalia.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 2.07 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
{
"name": "amalia.js",
"description": "",
"homepage": "http://ina-foss.github.io/amalia.js",
"author": "INA",
"version": "1.3.2",
"public_site": "site",
"engines": {
"node": ">= 0.11"
},
"license": "GPL-3.0",
"licenseText": "/**\n * Copyright (c) 2015 Institut National de l'Audiovisuel, INA\n * This file is part of amalia.js\n\n * amalia.js is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\n * Redistributions of source code, javascript and css minified versions\n * must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n * Neither the name of the copyright holder nor the names of its\n * contributors may be used to endorse or promote products derived from\n * this software without specific prior written permission.\n\n * You should have received a copy of the GNU General Public License\n * along with amalia.js. If not, see <http://www.gnu.org/licenses/>\n\n *\n * amalia.js is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n */\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-jshint": "~0.11.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-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"
}
}