-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 995 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 995 Bytes
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
{
"name": "format",
"version": "1.0.0",
"description": "javascript string format",
"main": "gulpfile.js",
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hyunjun19/format.git"
},
"keywords": [
"javascript",
"js",
"string",
"format"
],
"author": "HJ.Park",
"license": "Apache License",
"bugs": {
"url": "https://github.com/hyunjun19/format/issues"
},
"homepage": "https://github.com/hyunjun19/format",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-karma": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-html2js-preprocessor": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7"
}
}