-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 940 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 940 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
37
38
39
40
41
42
43
44
{
"name": "qunit",
"version": "1.0.0",
"description": "Qunit Repo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Create",
"single",
"script",
"to",
"implement",
"for",
"qunit",
"testing"
],
"author": "BeSentient",
"license": "MIT",
"dependencies": {
"brfs": "^1.4.0",
"fs": "0.0.2",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-karma": "0.0.4",
"http": "0.0.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"webcomponents": "^0.1.4"
},
"devDependencies": {
"browserify": "^9.0.3",
"browserify-fs": "^1.0.0",
"css-validator": "^0.5.1",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-qunit": "^0.1.4",
"qunitjs": "^1.17.1",
"w3cjs": "^0.2.0"
}
}