-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "Popcorn",
"version": "0.0.1",
"description": "Allowing people to browse movies more easily",
"contributors": [
"Nicholas Thomson (https://rdbk.tv)",
"Anooj Patel"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RedbackThomson/Popcorn"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"dependencies": {
"gulp": "^3.5.6",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"lub-tmdb": "gnalff/lub-tmbd"
},
"devDependencies": {
"angular-mocks": "^1.3.15",
"bower": "^1.3.3",
"gulp-angular-templatecache": "^1.5.0",
"gulp-concat": "^2.5.2",
"gulp-cordova-bump": "^1.2.2",
"gulp-header": "^1.2.2",
"gulp-ng-annotate": "^0.5.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^2.2.14",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [],
"cordovaPlatforms": [
"android"
]
}