-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 873 Bytes
/
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
{
"name": "vue-collision",
"version": "1.6.0",
"description": "fires a @collided event on collision with viewport or any other bounding box",
"author": {
"name": "Marco Boffo",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/scaccogatto/vue-collision.git"
},
"main": "dist/vue-collision.js",
"license": "MIT",
"scripts": {
"start": "webpack --config webpack.config.js",
"test": "mocha"
},
"dependencies": {
"vue": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-latest": "^6.16.0",
"custom-event-polyfill": "^0.3.0",
"js-combinatorics": "^0.5.2",
"jsdom": "^9.8.3",
"mocha": "^3.2.0",
"mocha-jsdom": "^1.1.0",
"vue-throttle-event": "^1.3.1",
"webpack": "^2.1.0-beta.27"
}
}