|
1 | 1 | { |
2 | | - "devDependencies": { |
3 | | - "grunt": "", |
4 | | - "grunt-cli": "", |
5 | | - "grunt-contrib-clean": "", |
6 | | - "grunt-contrib-copy": "", |
7 | | - "grunt-contrib-jshint": "", |
8 | | - "grunt-contrib-watch": "", |
9 | | - "grunt-contrib-concat": "", |
10 | | - "grunt-contrib-uglify": "", |
11 | | - "grunt-notify": "", |
12 | | - "grunt-strip": "", |
13 | | - "grunt-text-replace": "" |
14 | | - } |
| 2 | + "devDependencies": { |
| 3 | + "grunt": "", |
| 4 | + "grunt-cli": "", |
| 5 | + "grunt-contrib-clean": "", |
| 6 | + "grunt-contrib-copy": "", |
| 7 | + "grunt-contrib-jshint": "", |
| 8 | + "grunt-contrib-watch": "", |
| 9 | + "grunt-contrib-concat": "", |
| 10 | + "grunt-contrib-uglify": "", |
| 11 | + "grunt-notify": "", |
| 12 | + "grunt-strip": "", |
| 13 | + "grunt-text-replace": "" |
| 14 | + }, |
| 15 | + "name": "@ninjatronic/angular-base64", |
| 16 | + "description": "Encapsulation of Nick Galbreath's base64.js library for AngularJS", |
| 17 | + "version": "0.0.2", |
| 18 | + "main": "index.js", |
| 19 | + "scripts": { |
| 20 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 21 | + }, |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "git+https://github.com/ninjatronic/angular-base64.git" |
| 25 | + }, |
| 26 | + "author": "", |
| 27 | + "license": "ISC", |
| 28 | + "bugs": { |
| 29 | + "url": "https://github.com/ninjatronic/angular-base64/issues" |
| 30 | + }, |
| 31 | + "homepage": "https://github.com/ninjatronic/angular-base64#readme" |
15 | 32 | } |
0 commit comments