-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 910 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 910 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
{
"name": "low-level-developer-tools",
"version": "0.1.0",
"description": "Eattle 저수준 개발자 도구",
"private": "true",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://mintrupt@github.com/eattle/low-level-developer-tools.git"
},
"author": "류형욱 <mintrupt@mintrupt.com> (Hyeonguk Ryu)",
"license": "Proprietary",
"bugs": {
"url": "https://github.com/eattle/low-level-developer-tools/issues"
},
"homepage": "https://github.com/eattle/low-level-developer-tools",
"devDependencies": {
"mocha": "*",
"grunt": "*",
"grunt-mocha-test": "*",
"grunt-contrib-jshint": "*",
"grunt-node-webkit-builder": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jade": "*",
"grunt-contrib-stylus": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-copy": "*"
}
}