forked from tsironis/lockr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 752 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
35
{
"name": "lockr",
"description": "A minimal API wrapper for localStorage",
"version": "0.8.4",
"author": {
"name": "Dimitris Tsironis",
"email": "tsironis.dimitris@gmail.com"
},
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/tsironis/lockr.git"
},
"license": "MIT",
"files": [
"lockr.js",
"lockr.min.js",
"LICENSE"
],
"main": "lockr.js",
"scripts": {
"build": "grunt"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-jasmine": "~1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-uglify": "~0.11.1",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13"
}
}