-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
46 lines (46 loc) · 1.29 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
{
"author": {
"name": "Tomasz Kuklis",
"email": "[email protected]"
},
"name": "angular-collection",
"description": "Angular Collection - The Collection module for AngularJS",
"version": "0.5.3",
"main": "angular-collection.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/tomkuk/angular-collection.git"
},
"engines": {
"node": ">= 0.12.0"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"grunt": "^1.0.3",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-conventional-changelog": "~6.1.0",
"grunt-eslint": "^20.2.0",
"grunt-karma": "^2.0.0",
"karma": "^2.0.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^5.2.0",
"phantomjs": "^2.1.7"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers=PhantomJS ./karma.conf.js"
}
}