-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.39 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
43
44
45
46
47
{
"name": "@abalmus/design-tokens-starter",
"description": "Design tokens platform to maintain project design, inspired by salesforce-ux",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "babel-node ./node_modules/gulp/bin/gulp.js",
"build": "npm run gulp -- build",
"dist": "npm run gulp -- dist"
},
"repository": {
"type": "git",
"url": "https://github.com/abalmus/design-tokens-starter.git"
},
"keywords": [
"design",
"tokens",
"project",
"system"
],
"author": "Andrei Balmus <[email protected]> (http://abalmus.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/abalmus/design-tokens-starter/issues"
},
"homepage": "https://github.com/abalmus/design-tokens-starter#readme",
"devDependencies": {
"async": "^2.6.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-cli": "^6.26.0",
"babel-register": "^6.26.0",
"del": "^3.0.0",
"gulp": "4.0.0",
"gulp-rename": "^1.4.0",
"gulp-theo": "1.0.0-alpha.5",
"gulp-util": "^3.0.8",
"gulp-yaml-validate": "^1.0.2",
"lodash": "^4.17.10",
"path": "^0.12.7",
"theo": "git+https://github.com/abalmus/theo.git",
"through2": "^2.0.3",
"vinyl": "^2.2.0"
}
}