-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.16 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": "tree-chooser",
"version": "0.0.17",
"description": "Tree Chooser for Angular",
"main": "dist/tree-chooser.js",
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2015-webpack": "^6.4.3",
"css-loader": "^0.19.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-loader": "^0.4.5",
"jscs": "^3.0.7",
"jscs-loader": "^0.3.0",
"jshint": "^2.9.4",
"jshint-loader": "^0.8.4",
"ng-annotate-loader": "^0.2.0",
"style-loader": "^0.12.2",
"webpack": "^1.13.3"
},
"peerDependencies": {
"angular": "^1.5.0"
},
"scripts": {
"build": "webpack"
},
"keywords": [
"angularjs",
"hierarchy chooser",
"hierarchy picker",
"hierarchy select",
"tree-chooser",
"tree chooser",
"tree picker",
"tree select"
],
"repository": {
"type": "git",
"url": "https://github.com/randdusing/tree-chooser.git"
},
"author": {
"name": "Rand Dusing",
"url": "http://www.randdusing.com"
},
"license": "Apache-2.0"
}