-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 875 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 875 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
29
30
31
32
33
34
35
36
37
{
"name": "grunt-smartling-sdk",
"version": "0.0.3",
"description": "Grunt tasks for smartling-sdk",
"homepage": "https://github.com/hightail/grunt-smartling-sdk",
"repository": "git://github.com/hightail/grunt-smartling-sdk.git",
"author": {
"name": "Justin Fiedler",
"email": "jbfiedler@gmail.com",
"url": ""
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"license": "ISC",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"smartling-sdk": "^0.2.2",
"async": "^0.9.0",
"lodash": "^2.4.1"
}
}