forked from sonalake/so-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.95 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "so-multiselect",
"version": "1.0.0",
"description": "AngularJS module for a multi-select dropdown list using checkboxes",
"main": "'dist/so-multiselect.min.js'",
"scripts": {
"install": "./node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update",
"test": "grunt test",
"ci": "grunt ci",
"report-coverage": "cat ./coverage/lcov.info | codecov"
},
"repository": {
"type": "git",
"url": "[email protected]:gordonmcg-sonalake/so-multiselect.git"
},
"keywords": [
"angularjs",
"multiselect",
"checkboxes",
"dropdown",
"module"
],
"author": "Gordon McGuire <[email protected]> (http://sonalake.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gordonmcg-sonalake/so-multiselect/issues"
},
"homepage": "https://github.com/gordonmcg-sonalake/so-multiselect#readme",
"dependencies": {
"codecov.io": "^0.1.6"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.11.1",
"grunt-ngmin": "^0.0.3",
"grunt-protractor-runner": "^2.1.2",
"jasmine-reporters": "^2.1.1",
"jasmine-spec-reporter": "^2.4.0",
"jshint-stylish": "^0.1.5",
"karma": "0.12.34",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-ng-scenario": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "^0.0.12",
"load-grunt-tasks": "^0.2.1",
"lodash": "^4.5.0",
"phantomjs": "^1.9.19",
"time-grunt": "^0.2.10"
},
"engines": {
"node": ">= 0.10.0"
}
}