forked from mojs/mojs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.83 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "mo-js",
"description": "motion graphics toolbelt for the web",
"version": "0.110.1",
"license": "MIT",
"private": false,
"scripts": {
"test": "karma start --single-run"
},
"author": {
"name": "LegoMushroom",
"email": "[email protected]",
"twitter": "@legomushroom",
"url": "http://legomushroom.com"
},
"repository": {
"type": "git",
"url": "https://github.com/legomushroom/mojs.git"
},
"keywords": [
"motion",
"effects",
"animation",
"motion graphics"
],
"bugs": {
"url": "https://github.com/legomushroom/mojs/issues"
},
"homepage": "https://github.com/legomushroom/mojs",
"main": "build/mo.min.js",
"dependencies": {
},
"devDependencies": {
"coveralls": "^2.11.2",
"gulp-coffeeify": "^0.1.8",
"gulp-insert": "^0.4.0",
"brfs": "^1.2.0",
"browserify": "^6.2.0",
"browserify-istanbul": "^0.1.2",
"browserify-shim": "~3.8.0",
"chalk": "^0.5.1",
"coffeeify": "latest",
"gulp": "latest",
"gulp-autoprefixer": "0.0.6",
"gulp-browserify": "latest",
"gulp-changed": "~0.2.0",
"gulp-coffee": "~1.4.1",
"gulp-coffeelint": "*",
"gulp-concat": "*",
"gulp-csslint": "*",
"gulp-jade": "~0.4.2",
"gulp-karma": "*",
"gulp-livereload": "~1.2.0",
"gulp-minify-css": "~0.3.0",
"gulp-notify": "~0.5.1",
"gulp-plumber": "*",
"gulp-rename": "latest",
"gulp-stylus": "latest",
"gulp-uglify": "latest",
"gulp-watch": "*",
"karma": "^0.12.24",
"karma-browserify": "^2.0.0",
"karma-chrome-launcher": "^0.1.4",
"karma-clear-screen-reporter": "0.0.1",
"karma-cli": "0.0.4",
"karma-coverage": "0.2.6",
"karma-jasmine": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sauce-launcher": "^0.2.10",
"nodemon": "*",
"run-sequence": "^1.0.2"
}
}