forked from reyesoft/ts-angular-jsonapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (31 loc) · 694 Bytes
/
bower.json
File metadata and controls
32 lines (31 loc) · 694 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
{
"name": "angular-typescript-gulp-seed",
"version": "0.0.1",
"authors": [
{
"name": "Pablo Reyes",
"email": "pablo@reyesoft.com"
}
],
"main": ["dist/ts-angular-jsonapi.js"],
"ignore": [
"src",
"test",
"gulpfile*.js",
"karma-*.conf.js",
"superstatic.json",
"tslint.json"
],
"dependencies": {
},
"devDependencies": {
"bootstrap": "~3.1.1",
"jquery": "~1.11.0",
"angular": "~1.3.4",
"DefinitelyTyped": "*",
"mocha": "~2.0.1",
"chai": "~1.10.0",
"sinon-chai": "~2.6.0",
"angular-mocks": "~1.3.4"
}
}