forked from matecat/microsoft_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 678 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 678 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
{
"name": "matecat-microsoft-plugin",
"version": "1.0.0",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "MateCat Team",
"license": "LGPL",
"dependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.2.0",
"grunt": "~1.0.3",
"grunt-browserify": "^4.0.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-sass": "^2.0.0",
"grunt-string-replace": "~0.2.7",
"grunt-strip": "^0.2.1",
"grunt-text-replace": "^0.4.0",
"keymirror": "^0.1.1",
"node-sass": "^4.6.1"
}
}