forked from foundation/motion-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "motion-ui",
"version": "2.0.3",
"description": "Sass library for creating transitions and animations.",
"main": "dist/motion-ui.js",
"scripts": {
"start": "gulp",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/motion-ui.git"
},
"keywords": [
"Sass",
"motion"
],
"author": "ZURB <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zurb/motion-ui/issues"
},
"homepage": "http://zurb.com/playground/motion-ui",
"devDependencies": {
"autoprefixer": "^8.5.0",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.2.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"gulp-scss-lint": "^0.6.1",
"gulp-uglify": "^3.0.0",
"gulp-umd": "^2.0.0",
"handlebars": "^4.0.3",
"mocha": "^5.2.0",
"rimraf": "^2.4.3",
"run-sequence": "^2.2.1",
"sass-true": "^4.0.0",
"supercollider": "^1.0.0"
},
"peerDependencies": {
"jquery": ">=2.2.0"
}
}