-
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) · 842 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 842 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
41
42
{
"name": "messageform.at",
"version": "0.0.1",
"author": "Alex Sexton <alexsexton@gmail.com>",
"description": "An ICU Messageformat generation tool",
"contributors": [
{
"name": "Alex Sexton",
"email": "alexsexton@gmail.com"
}
],
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/SlexAxton/messageform.at.git"
},
"keywords": [
"messageformat",
"i18n"
],
"dependencies" : {
"backbone" : "0.9.x",
"messageformat" : "0.1.x",
"requirejs" : "2.0.x",
"lodash" : "0.4.x",
"stylus" : "*",
"jquery-browser" : "<2",
"diff" : "*"
},
"noAnalyze": true,
"devDependencies": {
"mocha" : "*",
"expect.js" : "*",
"serve" : "*"
},
"license": "WTFPL",
"engine": {
"node": ">=0.8"
}
}