forked from 15001217168/mojs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.86 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.86 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "mo-js",
"description": "motion graphics toolbelt for the web",
"version": "2.18.10",
"license": "MIT",
"private": false,
"scripts": {
"start": "webpack",
"test": "karma start --single-run",
"build": "webpack --production --optimize-minimize",
"test-dev": "karma start",
"analyze": "webpack --json > stats.json",
"lint": "eslint ./src",
"stats:js": "echo \"Size of mo.js is $(gzip -c build/mo.js | wc -c) bytes gzipped\"",
"prepush": "npm run lint && npm test"
},
"main": "build/mo.js",
"keywords": [
"motion",
"effects",
"animation",
"motion graphics"
],
"author": {
"name": "LegoMushroom",
"email": "legomushroom@gmail.com",
"twitter": "@legomushroom",
"url": "https://twitter.com/legomushroom"
},
"repository": {
"type": "git",
"url": "https://github.com/legomushroom/mojs.git"
},
"bugs": {
"url": "https://github.com/legomushroom/mojs/issues"
},
"homepage": "https://github.com/legomushroom/mojs",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-check-es2015-constants": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.23.0",
"babel-plugin-transform-es2015-classes": "^6.23.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-for-of": "^6.23.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.0",
"babel-plugin-transform-es2015-parameters": "^6.23.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.22.0",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-strict-mode": "^6.22.0",
"babel-preset-babili": "0.0.12",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.23.0",
"codacy-coverage": "^2.0.2",
"compression-webpack-plugin": "^0.4.0",
"coveralls": "^2.12.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"husky": "^0.14.1",
"jasmine-core": "^2.6.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.0.0",
"karma-clear-screen-reporter": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sauce-launcher": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"mojs-player": "^0.43.16",
"phantomjs-polyfill": "0.0.2",
"webpack": "^3.0.0"
}
}