-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "cp-multi-selector",
"version": "2.0.7",
"description": "Component Description",
"main": "build/cp-multi-selector.js",
"scripts": {
"test": "node node_modules/karma/bin/karma start",
"build": "webpack",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/canopytax/cp-multi-selector.git"
},
"author": "Bret Little",
"license": "MIT",
"bugs": {
"url": "https://github.com/canopytax/cp-multi-selector/issues"
},
"homepage": "https://github.com/canopytax/cp-multi-selector",
"devDependencies": {
"angular-mocks": "^1.5.0",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^5.8.29",
"babel-loader": "^4.2.0",
"css-loader": "^0.23.1",
"html-loader": "^0.4.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.8.0",
"ngmin": "^0.5.0",
"ngmin-webpack-plugin": "^0.1.3",
"style-loader": "^0.13.1",
"webpack": "^1.12.14"
},
"peerDependencies": {
"angular": "^1.5.0",
"jquery": ">=2",
"lodash": ">=4"
},
"optionalDependencies": {
"canopy-styleguide": "latest"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
}
}