forked from dataliterate/data-populator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "sketch-data-populator",
"version": "2.0.0",
"description": "Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.",
"author": "precious design studio",
"authorEmail": "[email protected]",
"repository": "https://github.com/preciousforever/sketch-data-populator",
"main": "src/plugin.js",
"scripts": {},
"license": "MIT",
"dependencies": {
"command-line-args": "^3.0.1",
"lodash": "^4.14.1"
},
"devDependencies": {
"async": "^1.5.2",
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-plugin-sketch-manifest-processor": "^0.1.1",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"del": "^2.2.0",
"expand-tilde": "^1.2.0",
"fs-extra": "^0.26.5",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-github-release": "^1.1.2",
"gulp-zip": "^3.2.0",
"lodash": "^4.2.1",
"run-sequence": "^1.1.5",
"standard": "^7.1.2",
"vinyl-source-stream": "^1.1.0"
},
"standard": {
"ignore": [
"src/vendor/"
],
"globals": []
}
}