-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 806 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
{
"name": "ait",
"main": "./ait.js",
"version": "0.1.5",
"description": "Automated Integration Testing Framework",
"repository": {
"type": "git",
"url": "http://github.com/gooddata/ait.git"
},
"license": "Copyright (c) 2013, GoodData Corporation (BSD License)",
"dependencies": {
"fibers": "~1.0",
"auquery": "git://github.com/cyrjano/AuQuery",
"ember-runtime": "git://github.com/opichals/ember-runtime-npm",
"wd": "0.1.x"
},
"devDependencies": {
"mocha": "~1.12",
"expect.js": "~0.2.0",
"sinon": "~1.7.3",
"sinon-expect": "~0.2.0",
"connect": "~2.8.5",
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.3.0",
"grunt-mocha-test": "~0.6.3"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "mocha test"
}
}