forked from rikschennink/conditioner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.64 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "conditioner-js",
"version": "1.2.3",
"description": "ConditionerJS - Frizz Free, Environment-aware, JavaScript Modules",
"homepage": "http://conditionerjs.com",
"main": "./dist/min/conditioner.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/rikschennink/conditioner.git"
},
"bugs": {
"url": "https://github.com/rikschennink/conditioner/issues"
},
"keywords": [
"javascript",
"media queries",
"media query",
"module",
"responsive",
"context",
"conditions",
"shampoo"
],
"author": {
"name": "Rik Schennink",
"url": "http://rikschennink.nl"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-beautify": "^1.0.3",
"gulp-concat": "^2.2.0",
"gulp-header": "^1.0.2",
"gulp-jscs": "^1.3.1",
"gulp-jshint": "^1.6.4",
"gulp-karma": "0.0.4",
"gulp-preprocess": "^1.0.1",
"gulp-replace": "^0.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-size": "^0.3.0",
"gulp-sloc": "^1.0.4",
"gulp-uglify": "^0.2.1",
"gulp-wrap": "^0.3.0",
"jshint-stylish": "^0.1.5",
"karma": "^0.12.16",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.2.4",
"karma-coveralls": "^0.1.4",
"karma-mocha": "^0.1.4",
"karma-mocha-reporter": "^0.2.6",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"mocha": "^2.3.4",
"requirejs": "^2.1.22",
"run-sequence": "^0.3.6"
}
}