-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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
{
"name": "angular-breakpoint",
"version": "1.0.0",
"description": "Add responsive design awareness to your angular templates",
"main": "src/angular-breakpoint.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexandercastillo/angular-breakpoint.git"
},
"keywords": [
"angularjs",
"breakpoint",
"responsive",
"design",
"css"
],
"author": "Alex Castillo",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandercastillo/angular-breakpoint/issues"
},
"homepage": "https://github.com/alexandercastillo/angular-breakpoint#readme",
"devDependencies": {
"angular": "^1.5.6",
"angular-mocks": "^1.5.6",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-karma": "0.0.5",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.14",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6"
}
}