-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 802 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
{
"name": "ria-client",
"description": "Agile Board",
"version": "1.0.0",
"private": true,
"devDependencies": {
"gulp": "3.9.0",
"gulp-connect": "2.2.0",
"jspm": "0.16.13",
"require-dir": "0.3.0"
},
"jspm": {
"dependencies": {
"angular": "github:angular/bower-angular@1.4.7",
"angular-dragula": "npm:angular-dragula@1.1.3",
"angular-ui-bootstrap": "npm:angular-ui-bootstrap@0.14.3",
"angular-ui-router": "github:angular-ui/ui-router@0.2.15",
"bootstrap": "github:twbs/bootstrap@3.3.5",
"font-awesome": "npm:font-awesome@4.4.0",
"uuid": "npm:uuid@^2.0.1"
},
"devDependencies": {
"babel": "npm:babel-core@5.8.24",
"babel-runtime": "npm:babel-runtime@5.8.24",
"core-js": "npm:core-js@1.1.4"
}
}
}