-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "custom-props",
"version": "0.1.01",
"description": "A CSS preprocessor + front-end script that makes custom CSS properties work in all browsers",
"repository": {
"type": "git",
"url": "git://github.com/yearofmoo/custom-props"
},
"scripts": {
"preinstall": "sh ./scripts/install.sh",
"test": "gulp travis"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yearofmoo/custom-props/blob/master/LICENSE"
}
],
"bugs": "https://github.com/yearofmoo/custom-props/issues",
"author": {
"name": "Matias Niemelä",
"email": "[email protected]",
"url": "http://www.yearofmoo.com"
},
"devDependencies": {
"chai": "^2.3.0",
"expect": "^1.6.0",
"gulp-karma": "0.0.4",
"gulp-mocha": "^2.0.1",
"jasmine-core": "^2.3.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.2.4",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
},
"dependencies": {
"gulp": "^3.8.11",
"gulp-connect": "^2.2.0",
"gulp-open": "^0.3.2",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.1",
"gulp-uglify": "^1.2.0",
"karma-sinon": "^1.0.4"
}
}