This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 2.4 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "WebFE",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/IdleLands/WebFE.git"
},
"author": "Kyle Kemp <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IdleLands/WebFE/issues"
},
"devDependencies": {
"coffeelint": "~1.6.1",
"grunt": "~0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.12.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jade": "~0.13.0",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-open": "~0.2.3",
"load-grunt-tasks": "~1.0.0"
},
"build": {
"js": [
"bower_components/lodash/lodash.js",
"bower_components/underscore.string/dist/underscore.string.min.js",
"bower_components/jquery/dist/jquery.js",
"bower_components/hammerjs/hammer.js",
"bower_components/moment/moment.js",
"bower_components/phaser/build/phaser.js",
"bower_components/angular/angular.js",
"bower_components/angular-ui-router/release/angular-ui-router.js",
"bower_components/angular-material/angular-material.js",
"bower_components/angular-animate/angular-animate.js",
"bower_components/angular-aria/angular-aria.js",
"bower_components/angular-local-storage/dist/angular-local-storage.js",
"bower_components/angular-xeditable/dist/js/xeditable.js",
"bower_components/angular-sanitize/angular-sanitize.js",
"bower_components/angular-moment/angular-moment.js",
"bower_components/quick-ng-repeat/quick-ng-repeat.js",
"bower_components/angular-touch/angular-touch.js",
"bower_components/angular-carousel/dist/angular-carousel.js"
],
"css": [
"bower_components/angular/angular-csp.css",
"bower_components/angular-material/angular-material.css",
"bower_components/font-awesome/css/font-awesome.css",
"bower_components/angular-xeditable/dist/css/xeditable.css",
"bower_components/font-awesome-animation/dist/font-awesome-animation.css",
"bower_components/angular-carousel/dist/angular-carousel.css",
"src/assets/css/*.css"
]
}
}