-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "netflix-example",
"version": "1.0.0",
"description": "NetFlix Angular JS Example",
"main": "app.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MovingToWeb/NetFlix-AngularJSExample.git"
},
"keywords": [
"netflix"
],
"author": "Ajay",
"license": "ISC",
"bugs": {
"url": "https://github.com/MovingToWeb/NetFlix-AngularJSExample/issues"
},
"homepage": "https://github.com/MovingToWeb/NetFlix-AngularJSExample#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-karma": "^2.0.0",
"grunt-ng-annotate": "^2.0.2",
"jasmine-core": "^2.5.1",
"karma": "^1.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.1.0",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"load-grunt-tasks": "^3.5.2"
}
}