-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 861 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 861 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
34
{
"name": "angular-utf8-base64",
"version": "0.0.5",
"author": "stranger82",
"description": "Base64 encoding/decoding with UTF8 support for AngularJS Apps",
"contributors": [
{
"name": "Andrey Bezyazychniy",
"email": "stranger82@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/stranger82/angular-utf8-base64.git"
},
"devDependencies": {
"chai": "^1.9.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.9.0",
"grunt-notify": "^0.3.1",
"karma": "^0.12.24",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.0.1"
},
"scripts": {
"test": "grunt test"
}
}