-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 881 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
{
"name": "m4gixjs",
"version": "1.1.4",
"description": "Fast annimation creation only with javascript",
"umd:main": "dist/Magix.min.js",
"module": "dist/Magix.es.js",
"main": "dist/Magix.js",
"types": "lib",
"umd:name": "Magix",
"directories": {
"doc": "docs",
"example": "example",
"test": "test"
},
"scripts": {
"start": "tsc && node dist/Magix.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc --watch -p .",
"pub": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jviatge/Majixjs.git"
},
"keywords": [
"event",
"anime",
"animation",
"javascript"
],
"author": "jviatge",
"license": "MIT",
"bugs": {
"url": "https://github.com/jviatge/Majixjs/issues"
},
"homepage": "https://github.com/jviatge/Majixjs#readme"
}