forked from JackPu/JavaScript-Algorithm-Learning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.04 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.04 KB
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
{
"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": {
"browserify": "^13.1.0",
"jasmine-core": "*",
"karma": "^1.3.0",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-commonjs": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"watchify": "^3.7.0"
}
}