-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 725 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 725 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
{
"name": "angular-authentication",
"version": "1.0.4",
"description": "Authentication module for AngularJS",
"main": "js/angular-authentication.js",
"repository": {
"type": "git",
"url": "git://github.com/qloo/angular-authentication.git"
},
"keywords": [
"angular",
"authentication"
],
"scripts": {
"test": "grunt check"
},
"author": "Michael Diolosa <michael.diolosa@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"docco": "~0.6.2",
"grunt": "~0.4.1",
"bower": "~0.8.5",
"express": "~3.1.0",
"grunt-karma": "~0.4.0",
"grunt-contrib-jshint": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"chai": "~1.5.0"
}
}