forked from Snugug/eq.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "eq.js",
"version": "1.7.1",
"description": "Element queries, fast and light",
"main": "dist/eq.min.js",
"keywords": [
"Element Queries",
"Responsive Web Design",
"JavaScript",
"RWD"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Snugug/eq.js.git"
},
"scripts": {
"test": "gulp travis"
},
"author": "Sam Richard <sam@snug.ug>",
"homepage": "https://github.com/Snugug/eq.js#readme",
"license": "MIT",
"devDependencies": {
"browser-sync": "^1.5.8",
"compass-options": "^0.1.1",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-gzip": "0.0.8",
"gulp-insert": "^0.4.0",
"gulp-jasmine": "^1.0.1",
"gulp-jshint": "^1.8.5",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.2.4",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.2",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-coverage": "^0.2.6",
"karma-coveralls": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.13",
"run-sequence": "^1.0.2",
"stream": "0.0.2"
}
}