forked from kamilkp/angular-vs-repeat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.49 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
{
"name": "@vend/angular-vs-repeat",
"version": "2.0.11",
"description": "Virtual Scroll for AngularJS ngRepeat directive - Vend fork",
"homepage": "http://kamilkp.github.io/angular-vs-repeat",
"license": "MIT",
"author": {
"name": "Kamil Pekala",
"email": "[email protected]",
"url": "http://github.com/kamilkp"
},
"main": "dist/angular-vs-repeat.min.js",
"repository": {
"type": "git",
"url": "https://github.com/vend/angular-vs-repeat.git"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.40",
"@babel/core": "7.0.0-beta.40",
"@babel/node": "7.0.0-beta.40",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.0.0-beta.40",
"@babel/plugin-proposal-optional-chaining": "7.0.0-beta.40",
"@babel/plugin-proposal-pipeline-operator": "7.0.0-beta.40",
"@babel/preset-env": "7.0.0-beta.40",
"@babel/register": "7.0.0-beta.40",
"babel-eslint": "8.2.2",
"chai": "4.1.2",
"eslint": "git+https://github.com/kamilkp/eslint.git#bc9ae3fb6f4ea8a001b8b656fcd2a27b742583ef",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0-beta.2",
"gulp-clean": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"karma": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.3",
"mocha": "4.0.1",
"rimraf": "2.5.4"
},
"scripts": {
"test": "gulp travis",
"unit": "gulp test",
"build": "gulp build"
},
"dependencies": {}
}