-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 963 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 963 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
32
33
34
35
36
{
"name": "chip-utils",
"version": "0.3.0",
"description": "A few basic utilities for use within chip-supported libraries",
"homepage": "http://github.com/chip-js/chip-utils",
"author": {
"name": "Jacob Wright",
"email": "jacwright@gmail.com",
"url": "http://github.com/jacwright"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chip-js/chip-utils.git"
},
"bugs": {
"url": "https://github.com/chip-js/chip-utils/issues"
},
"scripts": {
"test": "karma start --singleRun=true",
"lint": "eslint src"
},
"devDependencies": {
"chai": "^2.3.0",
"eslint": "^1.10.1",
"karma": "^0.13.15",
"karma-browserify": "^4.4.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.1",
"karma-safari-launcher": "^0.1.1",
"karma-source-map-support": "^1.1.0",
"mocha": "^2.2.5"
}
}