forked from cironunes/angular-off-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 906 Bytes
/
package.json
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
{
"name": "angular-off-canvas",
"version": "0.1.0",
"description": "easily add an off-canvas navigation to your angular app",
"main": "off-canvas.js",
"scripts": {
"test": "./node_modules/.bin/bower install && ./node_modules/.bin/karma start karma.conf.js --browsers Firefox --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/cironunes/angular-off-canvas.git"
},
"keywords": [
"angular",
"angularjs",
"off-canvas",
"navigation",
"responsive"
],
"author": "Ciro Nunes",
"license": "MIT",
"bugs": {
"url": "https://github.com/cironunes/angular-off-canvas/issues"
},
"devDependencies": {
"bower": "~1.2.8",
"karma": "~0.10",
"karma-jasmine": "~0.1.5",
"karma-chrome-launcher": "~0.1.2",
"karma-ie-launcher": "~0.1.1",
"karma-firefox-launcher": "~0.1.3",
"karma-junit-reporter": "~0.2.1"
}
}