-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 KB
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
{
"devDependencies": {
"angular-mocks": "^1.3.14",
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-karma": "0.0.4",
"karma": "^0.12.31",
"karma-chai-plugins": "^0.2.4",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-sinon": "^1.0.4",
"mocha": "^2.2.1",
"sinon": "^1.13.0"
},
"dependencies": {
"angular": "^1.3.14",
"chrome-bootstrap": "^1.4.1"
},
"name": "angular-chrome-options",
"description": "AngularJS app for quick and easy configuration of Chrome app/extension settings, backed up with chrome local storage.",
"version": "0.3.1",
"main": "dist/index.html",
"directories": {
"test": "tests"
},
"scripts": {
"test": "karma"
},
"repository": {
"type": "git",
"url": "https://github.com/nverba/angular-chrome-options.git"
},
"keywords": [
"chrome",
"bootstrap",
"options",
"local-storage",
"app",
"extension",
"settings",
"config"
],
"author": "nverba <distantstate@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nverba/angular-chrome-options/issues"
},
"homepage": "https://github.com/nverba/angular-chrome-options"
}