forked from rlamana/ventus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 791 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 791 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": "Ventus",
"version": "0.1.7",
"dependencies": {},
"devDependencies": {
"eyeos-gruntfile": "*",
"karma": "0.12.37",
"grunt": "0.4.1",
"load-grunt-tasks": "0.4.0",
"time-grunt": "0.3.1",
"karma-chrome-launcher": "0.1.4",
"sinon": "1.10.2",
"karma-sinon": "1.0.3",
"chai": "1.9.1",
"karma-chai": "0.1.0",
"mocha": "1.20.1",
"karma-mocha": "0.1.4",
"karma-requirejs": "0.2.2",
"grunt-karma": "0.8.3",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-handlebars": "0.8.0",
"grunt-contrib-less": "0.11.3",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-watch": "0.6.1",
"karma-js-coverage": "0.4.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "./run-tests.sh"
}
}