-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 773 Bytes
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
{
"name": "kirra-angular",
"version": "0.1.0",
"keywords": [],
"author": {
"name": "Rafael Chaves",
"email": "rafael@abstratt.com",
"url": "http://abstratt.com"
},
"homepage": "http://abstratt.com/",
"repository": {
"type": "git",
"url": "https://github.com/abstratt/kirra-ui/kirra-angular"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"angular": "1.4.5",
"angular-i18n": "1.4.5",
"angular-bootstrap": "^0.12.0",
"bootstrap": ">=3.4.1",
"q": "1.0.1",
"lodash": ">= 4.17.15",
"array.prototype.find": "1.0.0",
"moment": "2.19.3",
"jquery": "1.9.1",
"popper.js": "1.14.7"
},
"devDependencies": {
"mocha": "^4.0.1"
},
"bundleDependencies": []
}