forked from devleague/js-functions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 992 Bytes
/
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
{
"name": "js-functions",
"version": "0.0.2",
"description": "an exercise for building creating functions",
"main": "functions.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "live-server",
"test": "karma start --single-run --no-auto-watch --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/devleague/js-functions.git"
},
"author": "Dev League LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/devleague/js-functions/issues"
},
"homepage": "https://github.com/devleague/js-functions",
"devDependencies": {
"chai": "^3.5.0",
"karma": "^0.13.14",
"karma-chai": "^0.1.0",
"karma-cli": "^0.1.1",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.1.0",
"live-server": "^1.1.0",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
}
}