-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathpackage.json
45 lines (45 loc) · 1.49 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": "javascript-algorithm-learning",
"version": "1.0.0",
"description": "[]() [](https://travis-ci.org/JackPu/JavaScript-Algorithm-Learning)",
"main": "index.js",
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JackPu/JavaScript-Algorithm-Learning.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JackPu/JavaScript-Algorithm-Learning/issues"
},
"homepage": "https://github.com/JackPu/JavaScript-Algorithm-Learning#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"browserify": "^13.1.0",
"istanbul": "^0.4.5",
"jasmine-core": "*",
"jspm": "^0.16.53",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-browserify": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-remap-coverage": "^0.1.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.6",
"watchify": "^3.7.0",
"webpack": "^2.6.1"
}
}