forked from ultimatecourses/vault
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 902 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": "Vault",
"version": "1.0.0",
"homepage": "https://github.com/toddmotto/vault",
"author": "Todd Motto",
"year" : "2013",
"description": "HTML5 (local/session) Web Storage API with automatic JSON support",
"author": {
"name": "Todd Motto",
"email": "[email protected]",
"url": "http://toddmotto.com",
"github" : "https://github.com/toddmotto"
},
"licenses": [{
"type": "MIT"
}],
"repository": {
"type": "git",
"url": "http://github.com/toddmotto/vault.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-watch": "~0.4.4",
"connect-livereload": "~0.2.0",
"grunt-open": "~0.2.0",
"matchdep": "~0.1.2"
},
"peerDependencies": {
"grunt-cli": "*"
}
}