-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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": "vue-easeljs",
"version": "0.1.14",
"description": "A Vue.js plugin to control an HTML5 canvas using EaselJS",
"main": "dist/index.js",
"scripts": {
"test": "karma start karma.conf.js",
"build": "gulp",
"postinstall": "node ./easeljs/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dankuck/vue-easeljs.git"
},
"contributors": {
"name": "Dan Kuck-Alvarez",
"email": "dankuck@gmail.com",
"url": "http://www.dankuck.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dankuck/vue-easeljs/issues"
},
"homepage": "https://github.com/dankuck/vue-easeljs#readme",
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"easeljs": "^1.0.2",
"gulp": "^3.9.1",
"karma": "^1.7.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^2.0.4",
"laravel-elixir": "^6.0.0-15",
"laravel-elixir-vue-2": "^0.3.0",
"laravel-elixir-webpack-official": "^1.0.10",
"lodash.findindex": "^4.6.0",
"lodash.intersection": "^4.4.0",
"lodash.shuffle": "^4.2.0",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.14",
"vue": "^2.1.*",
"babel-plugin-transform-object-rest-spread": "^6.26.0"
}
}