-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 847 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
{
"name": "xray",
"version": "0.5.0",
"description": "Scan/search javascript objects and their properties",
"main": "lib/xray.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git://github.com/janeklb/xray.js.git"
},
"keywords": [
"scan",
"search"
],
"author": "Janek L.B. <iamjanek@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "a0b890d68dcf19d4de38c7f1edd8b4c58eea09b2",
"devDependencies": {
"grunt": "^0.4.5",
"karma": "^0.12.16",
"grunt-karma": "^0.8.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-growl-reporter": "git://github.com/chieffancypants/karma-growl-reporter.git#71ee673bab3412c07328305ff1f874c49ef19d3e"
}
}