-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "angular-media-events",
"version": "2.0.0",
"description": "angular directives for media events",
"main": "./dist/media-events.js",
"module": "./dist/media-events.es.js",
"jsnext:main": "dist/media-events.es.js",
"scripts": {
"test": "node ./node_modules/gulp/bin/gulp tests --ci",
"local-test": "node ./node_modules/gulp/bin/gulp tests",
"dev": "node ./node_modules/.bin/rollup -c ./gulp/config/rollup.config.js -w"
},
"repository": {
"type": "git",
"url": "https://github.com/vernak2539/angular-media-events.git"
},
"keywords": [
"angular",
"media",
"events",
"dom"
],
"author": "Alex Vernacchia <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vernak2539/angular-media-events/issues"
},
"homepage": "https://github.com/vernak2539/angular-media-events",
"peerDependencies": {
"angular": "~1.4.2"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babelrc-rollup": "^3.0.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.4",
"gulp-workflow": "^1.1.3",
"jasmine-core": "^2.4.1",
"jshint": "2.x",
"jshint-stylish": "^2.0.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-sauce-launcher": "^1.1.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-watch": "^3.2.2"
}
}