-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 996 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
{
"name": "mate",
"version": "0.21.0",
"description": "HTTP request, array extension, event, observer, test, timer, etc. It extends the native JavaScript / CoffeeScript.",
"keywords": [
"event", "coffeescript", "timer", "observer", "observe", "binding",
"array", "math", "complex", "javascript", "js", "coffee",
"test", "testing", "request", "http", "promise",
"array extensions", "array extension",
"complex math", "complex number",
"http request", "web request",
"data binding"
],
"author": "Zhenzhen Zhan <zhanzhenzhen@hotmail.com>",
"homepage": "http://zizisoft.com/mate",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zhanzhenzhen/mate.git"
},
"dependencies": {
"wishlist": "0.3.4"
},
"devDependencies": {
"coffee-script": "1.9.1",
"uglify-js": "2.4.19",
"js-bundler": "1.1.1"
},
"main": "mate"
}