-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.26 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
47
48
49
50
51
52
{
"name": "concert.js",
"description": "Easy synchronized animation with JavaScript.",
"author": "Trajan McGill <[email protected]>",
"license": "MIT",
"version": "1.0.4",
"browser": "src/Concert.js",
"repository": {
"type": "git",
"url": "git+https://github.com/trajanmcgill/concert.js.git"
},
"bugs": {
"url": "https://github.com/trajanmcgill/concert.js/issues"
},
"homepage": "http://www.concertjs.com/",
"browserslist": [
"chrome >= 5",
"edge >= 12",
"firefox >= 4",
"safari >= 5",
"opera >= 11",
"ie >= 9",
"cover 95%"
],
"keywords": [
"javascript",
"animation",
"synchronization"
],
"files": [
"dist/*.js",
"dist/*.mjs"
],
"devDependencies": {
"eslint-plugin-compat": "^3.5.1",
"eslint-plugin-ecmascript-compat": "^1.0.0",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-eslint": "^22.0.0",
"grunt-jsdoc": "^2.4.1",
"grunt-preprocess": "^5.1.0"
},
"scripts": {
"prepare": "grunt"
},
"custom_CopyrightNotice": "Copyright 2014-2020 Trajan McGill",
"custom_LicenseDescription": "Released under the MIT license.",
"custom_LicenseURL": "https://raw.githubusercontent.com/trajanmcgill/concert.js/master/LICENSE"
}