forked from ninjatronic/angular-base64
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 869 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 869 Bytes
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
{
"devDependencies": {
"grunt": "",
"grunt-cli": "",
"grunt-contrib-clean": "",
"grunt-contrib-copy": "",
"grunt-contrib-jshint": "",
"grunt-contrib-watch": "",
"grunt-contrib-concat": "",
"grunt-contrib-uglify": "",
"grunt-notify": "",
"grunt-strip": "",
"grunt-text-replace": "",
"tape": "^4.6.3"
},
"name": "@ninjatronic/angular-base64",
"description": "Encapsulation of Nick Galbreath's base64.js library for AngularJS",
"version": "0.0.2",
"main": "index.js",
"scripts": {
"test": "node tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ninjatronic/angular-base64.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ninjatronic/angular-base64/issues"
},
"homepage": "https://github.com/ninjatronic/angular-base64#readme"
}