-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 935 Bytes
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 935 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
45
46
47
{
"name": "peeriod-core",
"version": "0.1.1",
"author": [
{
"name": "Jonathan Pirnay",
"email": "mail@johnnycrab.com"
},
{
"name": "Jörn Röder",
"email": "me@joernroeder.de"
}
],
"engines": {
"node": ">= 0.10.0"
},
"config": {
"travis-cov": {
"threshold": 95
}
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"fs-extra": "^0.8.1"
},
"devDependencies": {
"blanket": "~1.1.5",
"grunt": "*",
"grunt-contrib-nodeunit": "*",
"grunt-contrib-watch": "*",
"grunt-curl": "*",
"grunt-env": "*",
"grunt-mocha-test": "*",
"grunt-node-webkit-builder": "^0.1.19",
"grunt-nodemon": "*",
"grunt-plato": "^1.0.0",
"grunt-typescript": "*",
"mocha": "~1.18.2",
"should": "~3.2.0",
"sinon": "~1.9.1",
"supertest": "~0.10.0",
"travis-cov": "~0.2.5",
"grunt-benchmark": "^0.2.0"
}
}