forked from janraasch/tab-ahead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
44
45
46
47
48
49
50
51
52
53
{
"private": true,
"name": "tab-ahead",
"repository": "https://github.com/janraasch/tab-ahead",
"devDependencies": {
"coffeelint": "^1.6.1",
"coveralls": "^2.11.3",
"grunt": "^1.0.0",
"grunt-coffeelint": "0.0.16",
"grunt-concurrent": "^2.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-compress": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-htmlmin": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsonlint": "^1.0.1",
"grunt-karma": "^2.0.0",
"grunt-purifycss": "^0.1.0",
"grunt-shell": "^1.1.2",
"grunt-usemin": "^3.0.0",
"ibrik": "^2.0.0",
"jasmine-core": "^2.3.4",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coffee-preprocessor": "^1.0.0",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-html2js-preprocessor": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-script-launcher": "^1.0.0",
"load-grunt-tasks": "^3.2.0",
"phantomjs-prebuilt": "^2.1.2",
"time-grunt": "^1.2.1"
},
"scripts": {
"test": "grunt build",
"coveralls": "grunt shell:coveralls"
},
"engines": {
"npm": ">=3",
"node": ">=4"
},
"license": "MIT",
"version": "1.3.0"
}