-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "galactic-calculator",
"version": "1.0.0",
"description": "#### _Epicodus Solo Project JavaScript Week 1, 10/13/17_",
"main": "index.html",
"dependencies": {
"karma-coverage": "^1.1.1",
"save-dev": "^2.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"bootstrap": "^3.3.7",
"bower": "^1.8.2",
"bower-files": "^4.0.0",
"browser-sync": "^2.18.13",
"browserify": "^14.4.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jasmine": "^2.8.0",
"jasmine-core": "^2.8.0",
"jshint": "^2.9.5",
"karma": "^1.7.1",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-jquery": "^0.2.2",
"nyc": "^11.2.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"scripts": {
"test": "nyc karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MacKLess/galactic-calculator.git"
},
"author": "L. Devin MacKrell",
"license": "ISC",
"bugs": {
"url": "https://github.com/MacKLess/galactic-calculator/issues"
},
"homepage": "https://github.com/MacKLess/galactic-calculator#readme"
}