-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 748 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
{
"name": "sublime-es7-javascript-react-snippets",
"version": "1.0.1",
"description": "Extension for Javascript/React snippets with search supporting ES7 and babel features",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "babel-node src/index.js",
"dev": "nodemon --exec babel-node src/index.js"
},
"keywords": [
"Javascript",
"snippets",
"react",
"babel"
],
"author": "Lasse T.",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.4.4",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"fs": "^0.0.1-security",
"nodemon": "^1.19.0"
}
}