forked from twitter-archive/RTLtextarea
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 842 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
{
"name": "rtltextarea",
"preferGlobal": "true",
"version": "1.0.0",
"author": "Esten Hurtle <[email protected]>",
"description": "a module to apply RTL text to textboxes",
"scripts": {
"pretest": "forever start ./tests/server.js",
"test": "phantomjs ./tests/public/lib/phantomjs-testrunner.js http://localhost:8085/phantom-runner.html",
"posttest": "forever stop tests/server.js"
},
"main": "./RTLText.module.js",
"repository": {
"type": "git",
"url": "https://github.com/twitter/RTLtextarea.git"
},
"keywords": [
"RTL",
"international",
"i18n"
],
"dependencies" : {
"node-static" : "0.6.x",
"phantomjs" : "0.2.x",
"twitter-text" : "1.5.x",
"forever" : "0.10.x"
},
"analyze": false,
"license": "MIT",
"engines": {
"node": ">=0.6"
}
}