-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.72 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.72 KB
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
{
"name": "jsobject",
"description": "javascript lib",
"main": "src/jsObjectAnimation.js",
"version": "0.0.0-semantic-release",
"scripts": {
"commit": "git-cz",
"test": "karma start my.conf.js",
"serve": "browser-sync start --server src --files \"src/**/*.{html,js,css}\" --startPath examples/index.html",
"report-coverage": "cat ./coverage/lcov/lcov.info | codecov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/rahulsend89/jsObject.git"
},
"keywords": [
"javascript",
"animation",
"lib"
],
"author": "Rahul Malik <rahul.send89@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rahulsend89/jsObject/issues"
},
"homepage": "https://github.com/rahulsend89/jsObject#readme",
"devDependencies": {
"browser-sync": "2.11.1",
"codecov.io": "^0.1.6",
"commitizen": "2.5.0",
"cz-conventional-changelog": "1.1.5",
"gulp": "3.9.1",
"gulp-rigger": "0.5.8",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-watch": "4.3.5",
"istanbul": "0.4.2",
"jasmine": "2.4.1",
"jasmine-ajax": "3.2.0",
"karma": "^0.13.19",
"karma-browserstack-launcher": "^0.1.10",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.3",
"karma-detect-browsers": "2.0.2",
"karma-firefox-launcher": "0.1.7",
"karma-ie-launcher": "0.2.0",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "0.1.1",
"karma-sauce-launcher": "0.3.0",
"semantic-release": "^4.3.5"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}