-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 958 Bytes
/
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
{
"name": "getme",
"version": "0.2.1",
"description": "Getme is a nonsense generator built for prototyping.",
"keywords": [
"nonsense",
"generator",
"lorem",
"prototyping"
],
"homepage": "http://github.com/Arkkimaagi/getme",
"author": {
"name": "Mikko Tapionlinna",
"url": "http://mikko.tapionlinna.fi/"
},
"repository": {
"type": "git",
"url": "http://github.com/Arkkimaagi/getme.git"
},
"bugs": {
"url": "http://github.com/Arkkimaagi/getme/issues"
},
"dependencies": {
"srand": "~1.1.1",
"lodash": "~1.0.1",
"moment": "~2.0.0"
},
"devDependencies": {
"uglify-js": "latest",
"grunt": "latest",
"grunt-jsdoc": "~0.2.4",
"grunt-contrib-jshint": "~0.2.0",
"grunt-string-replace": "~0.2.2",
"matchdep": "~0.1.1"
},
"license": "MIT",
"main": "index",
"directories": {
"doc": "./doc",
"lib": "./lib"
},
"engine": [
"node >=0.1.90"
]
}