-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 913 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": "rspls",
"version": "1.0.1",
"description": "A Rock-Scissors-Paper-Lizard-Spock Angular app",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sevdog/rspls.git"
},
"author": "sevdog",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sevdog/rspls/issues"
},
"homepage": "https://github.com/sevdog/rspls#readme",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.2",
"grunt-contrib-copy": "~0.8.1",
"grunt-angular-templates": "~0.5.7",
"grunt-replace": "~0.11.0",
"grunt-contrib-jasmine": "~0.9.2",
"angular-mock": "~1.4.7"
},
"dependencies": {
"angular": "~1.4.7",
"angular-route": "~1.4.7",
"angular-animate": "~1.4.7",
"angular-touch": "~1.4.7",
"angular-aria": "~1.4.7",
"angular-translate": "~2.7.2",
"angular-local-storage": "~0.2.3"
}
}