-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "bg-single-selector",
"version": "1.0.0",
"description": "single selector component",
"main": "index.js",
"scripts": {
"test": "karma start karma.conf.js",
"ci": "npm run test && codecov test/coverage/cobertura-coverage.xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GaojingComponent/BGSingleSelector.git"
},
"keywords": [
"selector"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/GaojingComponent/BGSingleSelector/issues"
},
"homepage": "https://github.com/GaojingComponent/BGSingleSelector#readme",
"devDependencies": {
"angular-mocks": "^1.4.9",
"codecov": "^1.0.1",
"gulp": "^3.9.0",
"gulp-ruby-sass": "^2.0.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-uglifyjs": "^0.6.2",
"gulp-watch": "^4.3.5",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jquery": "^2.2.0",
"karma": "^0.13.19",
"karma-benchmark-reporter": "^0.1.1",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.4",
"karma-spec-reporter": "0.0.23",
"karma-verbose-reporter": "0.0.3",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.3",
"requirejs": "^2.1.22"
},
"dependencies": {
"angular": "^1.4.9"
}
}