This repository has been archived by the owner on Feb 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
68 lines (68 loc) · 1.88 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": "taggd",
"version": "4.0.0",
"description": "A tool to show and add tags to images",
"keywords": [
"tag",
"tags",
"image",
"detail",
"information",
"popup"
],
"homepage": "https://github.com/timseverien/taggd#readme",
"bugs": "https://github.com/timseverien/taggd/issues",
"license": "MIT",
"author": {
"name": "Tim Severien",
"email": "[email protected]",
"url": "https://timseverien.com"
},
"main": "dist/taggd.js",
"jsnext:main": "src/scripts/modern.js",
"module": "src/scripts/modern.js",
"repository": {
"type": "git",
"url": "git+https://github.com/timseverien/taggd.git"
},
"scripts": {
"lint": "eslint -c .eslintrc.json src/scripts",
"prebuild": "npm run lint",
"build": "gulp",
"pretest": "npm run lint",
"test": "karma start karma.conf.js",
"coveralls": "cat coverage/lcov.info | coveralls"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2017": "^1.4.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"coveralls": "^2.11.11",
"del": "^2.2.0",
"eslint": "^3.1.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.11.1",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^5.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-cssnano": "^2.1.2",
"gulp-load-plugins": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-browserify": "^5.1.0",
"karma-coverage": "^1.1.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"number-is-integer": "^1.0.0",
"offset": "0.0.1",
"phantomjs-prebuilt": "^2.1.7",
"scrolltop": "0.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}