-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 2.6 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "angular-gist-embed",
"version": "0.0.6",
"dependencies": {},
"devDependencies": {
"connect-livereload": "~0.4.0",
"grunt": "^0.4.5",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-compass": "~0.9.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-imagemin": "~0.7.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-google-cdn": "~0.4.0",
"grunt-karma": "^0.9.0",
"grunt-ngmin": "~0.0.2",
"grunt-open": "~0.2.0",
"grunt-rev": "~0.1.0",
"grunt-svgmin": "~0.4.0",
"grunt-usemin": "~2.3.0",
"jasmine-core": "^2.1.3",
"karma": "^0.12.25",
"karma-chrome-launcher": "~0.1.4",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.4",
"karma-phantomjs-launcher": "^0.1.4",
"matchdep": "~0.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"preinstall": "npm i -g grunt-cli bower karma-cli codeclimate-test-reporter underscore-cli",
"test": "karma start karma-unit.conf.js --single-run --browsers PhantomJS,Firefox"
},
"description": "[![Build Status](https://secure.travis-ci.org/pasupulaphani/angular-gist-embed.png?branch=master)](http://travis-ci.org/pasupulaphani/angular-gist-embed) [![npm version](http://img.shields.io/npm/v/angular-gist-embed.svg)](https://npmjs.org/package/angular-gist-embed) [![bower version](http://img.shields.io/bower/v/angular-gist-embed.svg)](https://npmjs.org/package/angular-gist-embed) [![Code Climate](https://codeclimate.com/github/pasupulaphani/angular-gist-embed/badges/gpa.svg)](https://codeclimate.com/github/pasupulaphani/angular-gist-embed) [![Test Coverage](https://codeclimate.com/github/pasupulaphani/angular-gist-embed/badges/coverage.svg)](https://codeclimate.com/github/pasupulaphani/angular-gist-embed)",
"main": "./dist/angular-gist-embed.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pasupulaphani/angular-gist-embed.git"
},
"keywords": [
"gist-embed",
"gist",
"github",
"embed",
"angular",
"angularjs"
],
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pasupulaphani/angular-gist-embed/issues"
},
"homepage": "https://github.com/pasupulaphani/angular-gist-embed#readme"
}