forked from naver/egjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.43 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
{
"name": "egjs",
"version": "1.0.0-snapshot",
"description": "Set of UI interactions, effects and utilities components library.",
"outputname": "eg",
"main": "dist/eg.js",
"homepage": "http://egjs.github.io",
"customdownload": "https://github.com/naver/egjs-cli",
"scripts": {
"test": "grunt check",
"fakeserver": "node test/fakeserver/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/naver/egjs"
},
"bugs": {
"url": "https://github.com/naver/egjs/issues"
},
"author": "NAVER corp",
"licenseurl": "https://egjs.github.io/license.txt",
"license": "MIT",
"keywords": [
"egjs",
"flicking",
"infiniteGrid",
"visible",
"scrollend",
"rotate",
"class",
"component",
"persist",
"plugin",
"javascript",
"jQuery"
],
"devDependencies": {
"egjs-jsdoc-template": "*",
"grunt": "^0.4.5",
"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",
"jshint-stylish": "^1.0.1",
"jsonfile": "^2.2.3",
"load-grunt-tasks": "^3.1.0",
"testee": "^0.2.0",
"time-grunt": "^1.1.0",
"xml2js": "^0.4.15"
}
}