-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
61 lines (61 loc) · 1.27 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "snowball-stemmer.jsx",
"version": "0.2.3",
"description": "This is a collection of stemmers for JSX/JS/AMD/Common.js.",
"scripts": {
"build": "./node_modules/.bin/grunt build",
"test": "./node_modules/.bin/grunt test",
"doc": "./node_modules/.bin/grunt doc"
},
"engines" : { "node" : ">=0.8.0" },
"keywords": [
"jsx",
"altjs",
"lib",
"js",
"amd",
"commonjs",
"nodejs",
"browser",
"stemmer",
"snowball",
"Danish",
"Dutch",
"English",
"Porter",
"Finnish",
"French",
"German",
"Hungarian",
"Italian",
"Norwegian",
"Portuguese",
"Romanian",
"Russian",
"Spanish",
"Swedish",
"Turkish"
],
"main": "./src/snowball-stemmer.jsx",
"homepage": "https://github.com/shibukawa/snowball-stemmer.jsx",
"bugs": {
"url": "https://github.com/shibukawa/snowball-stemmer.jsx/issues"
},
"directories": {
"doc": "./doc",
"lib": "./src",
"test": "./test"
},
"repository": {
"type": "git",
"url": "git://github.com/shibukawa/snowball-stemmer.jsx.git"
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.1",
"grunt-jsx": ">=0.1.5",
"grunt-cli": "~0.1.10"
},
"author": "shibukawa",
"license": "MIT"
}