-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 892 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 892 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
36
37
38
39
40
{
"name": "backbone-session",
"description": "Flexible and simple session management for Backbone apps",
"version": "1.0.1",
"author": {
"name": "Sebastiaan Deckers",
"email": "seb@ninja.sg"
},
"contributors": [
{
"name": "Émile Bergeron",
"email": "ber.emile@prismalstudio.com",
"url": "http://www.prismalstudio.com"
}
],
"repository": {
"type": "git",
"url": "git@github.com:cofounders/backbone-session.git"
},
"licenses": "MIT",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"backbone": "^1.3.3",
"grunt": "0.4.1",
"grunt-cli": "~0.1",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-nodeunit": "0.2.2",
"load-grunt-config": "0.7.0",
"requirejs": "*",
"underscore": "*"
},
"devDependencies": {},
"keywords": [
"backbone",
"session",
"authentication"
]
}