-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "Validator",
"version": "0.0.1",
"description": "검증을 도와주는 유틸리티 객체",
"main": "Grunt.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"karma": "~0.10.9",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-karma": "~0.6.2",
"uglify-js": "~3.7.3",
"grunt-contrib-uglify": "~0.2.7",
"karma-firefox-launcher": "~0.1.3",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.1",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.1.2",
"karma-coverage": "~0.1.4"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/rotoshine/Validator"
},
"keywords": [
"validation",
"validator"
],
"author": "rotoshine",
"license": "MIT",
"bugs": {
"url": "https://github.com/rotoshine/Validator/issues"
}
}