-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "eq.js",
"version": "1.9.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": {
"lint": "eslint build",
"pretest": "npm run lint",
"test": "gulp travis"
},
"author": "Sam Richard <[email protected]>",
"homepage": "https://github.com/Snugug/eq.js#readme",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.17",
"compass-options": "^0.1.1",
"eslint": "^3.8.0",
"eslint-config-punchcard": "^1.1.1",
"eslint-config-xo-space": "^0.15.0",
"gulp": "^3.9",
"gulp-concat": "^2.6",
"gulp-gzip": "1.4",
"gulp-insert": "^0.5",
"gulp-jasmine": "^2.4",
"gulp-jshint": "^2.0",
"gulp-rename": "^1.2",
"gulp-sourcemaps": "^2.1",
"gulp-uglify": "^2.0",
"gulp-util": "^3.0",
"jshint-stylish": "^2.2",
"karma": "^1.3",
"karma-coverage": "^1.1",
"karma-coveralls": "^1.1",
"karma-jasmine": "^1.0",
"karma-phantomjs-launcher": "^1.0",
"karma-spec-reporter": "0.0.26",
"polyfill-service": "^3.12",
"run-sequence": "^1.2",
"stream": "^0.0.2"
}
}