-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.29 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
67
68
69
70
71
72
73
74
75
76
{
"name": "start-wars",
"version": "1.0.0",
"description": "Star Wars",
"main": "app.js",
"scripts": {
"clean": "gulp clean",
"dev": "gulp --env dev",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"angular": "~1.4.4",
"angular-mocks": "1.4.14",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.5",
"bootstrap-sass": "~3.3.6",
"d3": "~3.5.12",
"jquery": "^3.2.1",
"lodash": "^4.0.0"
},
"author": "Rachit Garg",
"license": "MIT",
"bugs": {
"url": "https://github.com/rach8garg/star-wars/issues"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-angular-templates": "0.0.1",
"gulp-clean": "~0.3.1",
"gulp-concat": "^2.4.1",
"gulp-connect": "~2.2.0",
"gulp-file": "~0.2.0",
"gulp-if": "^2.0.2",
"gulp-jscs": "^4.0.0",
"gulp-jscs-stylish": "^1.4.0",
"gulp-jshint": "^2.0.0",
"gulp-jshint-xml-file-reporter": "~0.5.1",
"gulp-minify-css": "^0.3.11",
"gulp-ng-annotate": "~1.1.0",
"gulp-ng-config": "^1.2.0",
"gulp-param": "^0.6.3",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^1.1.0",
"jasmine-core": "^2.3.4",
"jshint": "^2.9.1",
"jshint-stylish": "^1.0.1",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "~0.4.2",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "~0.3.1",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-source-map-support": "^1.2.0",
"karma-spec-reporter": "0.0.19",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"gulp-babel": "^6.1.2",
"gulp-karma": "0.0.4",
"karma": "^1.7.0",
"karma-babel-preprocessor": "^6.0.1"
}
}