-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 840 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 840 Bytes
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
{
"name": "libpixel-uploader",
"version": "2.0.0",
"description": "Library that makes uploading images to S3 easier than any alternative.",
"main": "src/index.js",
"scripts": {
"test": "gulp test"
},
"author": "LibPixel Oy",
"license": "MIT",
"devDependencies": {
"eslint": "^1.7.3",
"eslint-plugin-jasmine": "^1.5.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-util": "^3.0.6",
"gulp-webdriver": "^1.0.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-webpack": "^1.7.0",
"my-local-ip": "^1.0.0",
"phantomjs": "^1.9.18",
"selenium-server": "^2.47.1",
"selenium-standalone": "^4.7.0",
"webdriverio": "^3.2.5",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}