-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
31 lines (31 loc) · 863 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
{
"name": "jetbrains-react",
"version": "4.0.1",
"description": "React snippets(live templates) for JetBrains series editors.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"jar": "jar cfvM settings.jar -C jetbrains templates jetbrains/IntelliJ\\ IDEA\\ Global\\ Settings",
"build": "node build.js && npm run jar"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Minwe/jetbrains-react.git"
},
"keywords": [
"JetBrains",
"React",
"live-templates",
"snippets"
],
"author": "minwe <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Minwe/jetbrains-react/issues"
},
"homepage": "https://github.com/Minwe/jetbrains-react#readme",
"devDependencies": {
"handlebars": "^4.0.6",
"js-yaml": "^3.8.3"
}
}