-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 KB
/
package.json
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
{
"name": "testability.js",
"version": "0.3.1",
"description": "Independent browser testability state provider",
"main": "dist/testability.js",
"readmeFilename": "README.md",
"author": {
"name": "Alfonso Presa"
},
"repository": {
"url": "https://github.com/alfonso-presa/testability.js",
"type": "git"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "./node_modules/.bin/karma start test/karma.conf.js"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "^1.1.0",
"grunt-groc": "^0.4.5",
"grunt-jscs": "^1.1.0",
"grunt-karma": "^0.11.0",
"grunt-lintspaces": "0.6.5",
"grunt-umd": "^2.3.0",
"jasmine-core": "^2.5.2",
"jit-grunt": "^0.7.0",
"jshint-stylish": "^0.2.0",
"karma": "^1.3.0",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"load-grunt-config": "^0.10.0",
"time-grunt": "^0.3.2"
}
}