forked from ivpusic/angular-cookie
-
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) · 724 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 724 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
{
"name": "angular-cookie",
"version": "1.0.0",
"description": "angular module for accessing browser coockies",
"main": "angular-cookie.js",
"directories": {
"example": "example"
},
"dependencies": {},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"keywords": [
"cookie"
],
"author": "Ivan Pusic",
"license": "MIT",
"devDependencies": {
"karma": "~0.10.2",
"karma-mocha": "~0.1.0",
"grunt-contrib-connect": "~0.5.0",
"require": "~0.5.0",
"npm": "~1.3.11",
"grunt-minified": "0.0.6",
"install": "~0.1.7",
"bower": "~1.2.7",
"grunt": "~0.4.1"
},
"repository": {
"type": "git",
"url": "git@github.com:ivpusic/angular-cookie.git"
}
}