-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 810 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 810 Bytes
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": "js-constructors",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --no-auto-watch --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devleague/js-constructors.git"
},
"author": "Dev League",
"license": "ISC",
"bugs": {
"url": "https://github.com/devleague/js-constructors/issues"
},
"homepage": "https://github.com/devleague/js-constructors#readme",
"devDependencies": {
"chai": "^3.3.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.1.0",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0"
}
}