forked from UrbanCompass/ngc-omnibox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"name": "ngc-omnibox",
"version": "0.7.2",
"description": "A modern, flexible, Angular 1.x autocomplete library with limited assumptions.",
"main": "dist/ngc-omnibox.js",
"scripts": {
"bundle": "webpack --progress --colors",
"dev": "webpack --progress --colors --watch",
"test": "nyc babel-node node_modules/.bin/jasmine && eslint . && npm run report-coverage",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov",
"prepublish": "npm run bundle",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UrbanCompass/ngc-omnibox.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/UrbanCompass/ngc-omnibox/issues"
},
"homepage": "https://github.com/UrbanCompass/ngc-omnibox#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-plugin-istanbul": "^3.1.2",
"babel-preset-env": "^1.6.0",
"babel-root-import": "^4.1.8",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jasmine": "^2.10.1",
"html-loader": "^0.4.5",
"jasmine": "^2.8.0",
"jasmine-node": "^1.14.5",
"jsdom": "^9.12.0",
"nyc": "^10.3.2",
"webpack": "^2.7.0"
},
"dependencies": {
"angular": "^1.5.6"
}
}