forked from naver/egjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.8 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
69
70
71
72
73
{
"name": "egjs",
"version": "1.5.0-rc",
"description": "Set of UI interactions, effects and utilities components library.",
"outputname": "eg",
"main": "dist/eg.js",
"homepage": "http://naver.github.io/egjs",
"scripts": {
"test": "grunt check",
"fakeserver": "node test/fakeserver/app.js",
"prepush": "grunt lint",
"commitmsg": "node config/validate-commit-msg.js"
},
"repository": {
"url": "https://github.com/naver/egjs",
"type": "git"
},
"bugs": {
"url": "https://github.com/naver/egjs/issues"
},
"author": "NAVER corp",
"licenseurl": "https://naver.github.io/egjs/license.txt",
"license": "MIT",
"keywords": [
"egjs",
"flicking",
"infiniteGrid",
"visible",
"scrollend",
"rotate",
"class",
"component",
"persist",
"plugin",
"javascript",
"jQuery",
"transform",
"animation"
],
"dependencies": {
"hammerjs": "^2.0.4",
"jquery": "^1.7.0",
"qunitjs": "^1.17.1"
},
"devDependencies": {
"bootflat": "*",
"browserstack-runner": "^0.4.1",
"egjs-jsdoc-template": "*",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-jscs": "^2.1.0",
"grunt-jsdoc": "^0.5.8",
"grunt-qunit-istanbul": "^0.5.0",
"handlebars": "^4.0.5",
"husky": "^0.11.4",
"iscroll": "~5.1.3",
"jshint-stylish": "^1.0.1",
"jsonfile": "^2.2.3",
"load-grunt-tasks": "^3.1.0",
"phantomjs-polyfill": "0.0.2",
"respond.js": "^1.4.2",
"time-grunt": "^1.1.0",
"xml2js": "^0.4.15"
}
}