-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 916 Bytes
/
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
{
"name": "sizeme.js",
"version": "2.0.0-rc.1",
"description": "Javascript utils for accessing the SizeMe API",
"homepage": "https://github.com/BA-Group/sizeme.js",
"bugs": "https://github.com/BA-Group/sizeme.js/issues",
"keywords": [
"sizeme",
"clothing",
"fitting"
],
"devDependencies": {
"coffee-script": "^1.9.3",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-codo": "^1.0.3",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"stream-series": "^0.1.1"
},
"files": [
"lib"
],
"scripts": {},
"author": "Teppo Jalava <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/BA-Group/sizeme.js.git"
}
}