-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 758 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 758 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
{
"name": "testem-requirejs-mocha-sample",
"version": "0.0.0",
"description": "Sample project for Testem, RequireJS and Mocha",
"scripts": {
"test": "./node_modules/testem/testem.js -l PhantomJS,Firefox ci"
},
"repository": {
"type": "git",
"url": "git://github.com/teppeis/testem-requirejs-mocha-sample.git"
},
"keywords": [
"javascript",
"test",
"testem",
"requirejs",
"mocha"
],
"author": "Teppei Sato <teppeis@gmial.com>",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "49eb28d64442371042c5aabe34174f600446e132",
"bugs": {
"url": "https://github.com/teppeis/testem-requirejs-mocha-sample/issues"
},
"dependencies": {},
"devDependencies": {
"testem": "^0.9.11"
}
}