forked from onedesign/anim-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 988 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 988 Bytes
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": "anim-panel",
"version": "2.0.3",
"description": "A utility panel to make working with Greensock Animation Platform timeline animations easier.",
"repository": {
"type": "git",
"url": "git+https://github.com/onedesign/anim-panel.git"
},
"main": "anim_panel.js",
"keywords": [
"gsap",
"one design company"
],
"author": "One Design Company",
"license": "MIT",
"homepage": "https://github.com/onedesign/anim-panel",
"dependencies": {
"combokeys": "^2.4.6",
"draggabilly": "^2.1.1",
"lodash.defaultsdeep": "^4.6.0"
},
"devDependencies": {
"autoprefixer": "^6.7.0",
"browser-sync": "^2.14.0",
"css-loader": "^0.23.1",
"html-loader": "^0.4.3",
"node-sass": "^4.4.0",
"postcss-loader": "^1.2.2",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"scripts": {
"start": "webpack --watch & browser-sync start --config bs-config.js",
"build": "webpack"
}
}