-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 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
42
43
44
45
{
"name": "angular-responsive-elements",
"version": "0.0.2",
"description": "Dynamically add and remove classes on an HTML element based on the width of it's parent element",
"main": "angular-responsive-elements.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/mikemclin/angular-responsive-elements.git"
},
"keywords": [
"angular",
"responsive"
],
"author": "Mike McLin",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikemclin/angular-responsive-elements/issues"
},
"devDependencies": {
"bower": "~1.3.9",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "~0.8.3",
"grunt-karma-coveralls": "~2.5.1",
"grunt-notify": "~0.3.0",
"jshint-stylish": "~0.2.0",
"karma": "~0.12.16",
"karma-chrome-launcher": "~0.1.4",
"karma-coverage": "~0.2.6",
"karma-jasmine": "~0.2.0",
"karma-junit-reporter": "~0.2.2",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~0.4.0"
}
}