-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
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
{
"name": "elq",
"description": "Element queries library. Solution to modular responsive components.",
"homepage": "https://github.com/elqteam/elq",
"repository": {
"type": "git",
"url": "git://github.com/elqteam/elq.git"
},
"version": "1.0.1",
"private": false,
"license": "MIT",
"main": "dist/elq.min.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-banner": "^0.3.1",
"grunt-browserify": "^3.3.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.2.0",
"grunt-karma": "^0.10.1",
"jasmine-core": "^2.2.0",
"jasmine-expect": "^2.0.0-beta1",
"jasmine-jquery": "^2.0.6",
"jquery": "^1.11.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10",
"load-grunt-tasks": "^3.0.0",
"lodash": "^3.3.1"
},
"dependencies": {
"element-resize-detector": "^1.1.7",
"batch-processor": "^1.0.0"
},
"scripts": {
"build": "grunt build",
"dist": "grunt dist",
"test": "grunt test"
}
}