-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 985 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
35
{
"name": "ngkookies",
"version": "0.2.0",
"description": "More powerful replacer for built-in Angular $cookieStore (https://github.com/angular/angular.js/issues/950)",
"main": "ngKookies.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/voronianski/ngKookies.git"
},
"keywords": [
"angular",
"javascript",
"cookies",
"ngKookies",
"ngCookies"
],
"author": "Dmitri Voronianski <dmitri.voronianski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/voronianski/ngKookies/issues"
},
"homepage": "https://github.com/voronianski/ngKookies",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.7.0",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-jasmine": "^0.3.3",
"karma-phantomjs-launcher": "^0.1.4"
}
}