-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 927 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
39
40
41
{
"name": "@passmarked/javascript",
"version": "1.0.6",
"description": "Rules related to checking if the Javascript produced by the page does not throw any errors or show messages in the log",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=testing mocha"
},
"author": "Passmarked <devops@passmarked.com>",
"repository": {
"type": "git",
"url": "git@github.com:passmarked/javascript.git"
},
"keywords": [
"html",
"passmarked",
"passmark",
"security",
"standards",
"test",
"suite",
"javascript",
"console",
"error"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^0.9.0",
"string": "^3.1.1",
"passmarked": "*",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^2.1.0",
"coffee-script": "^1.9.1",
"coffeelint": "^1.9.2",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
}
}