forked from colthreepv/angular-login-example
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 684 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 684 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-login-example",
"version": "0.2.1",
"keywords": [
"angularjs",
"angular",
"login",
"service",
"example"
],
"scripts": {
"start": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/mrgamer/angular-login-example.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-html2js": "~0.1.7",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.5.0",
"grunt-git-describe": "~2.3.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-concat-sourcemap": "~0.3.1"
}
}