-
Notifications
You must be signed in to change notification settings - Fork 172
/
Copy pathpackage.json
63 lines (63 loc) · 1.62 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
{
"name": "motion-ui",
"version": "2.0.8",
"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/foundation/motion-ui.git"
},
"keywords": [
"Sass",
"motion"
],
"author": "Foundation Yetinauts <[email protected]> (https://get.foundation)",
"license": "MIT",
"bugs": {
"url": "https://github.com/foundation/motion-ui/issues"
},
"homepage": "https://get.foundation/sites/docs/motion-ui.html",
"devDependencies": {
"autoprefixer": "^9.4.5",
"browser-sync": "^2.29.3",
"gulp": "^4.0.0",
"gulp-add-src": "^1.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache-bust": "^1.3.0",
"gulp-check-deps": "^1.4.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.4.3",
"gulp-eslint": "^5.0.0",
"gulp-filter": "^5.1.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-newer": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-umd": "^2.0.0",
"gulp4-run-sequence": "^1.0.2",
"handlebars": "^4.0.3",
"highlight.js": "^11.5.1",
"mocha": "^5.2.0",
"rimraf": "^2.4.3",
"sass-true": "^7.0.0",
"supercollider": "latest"
},
"peerDependencies": {
"jquery": ">=3.6.0"
},
"dependencies": {
"sass-embedded": "^1.79.3"
}
}