-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.13 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
48
49
50
51
52
53
{
"name": "seed-table",
"version": "0.0.4",
"description": "Table component pack for Seed",
"main": "index.js",
"scripts": {
"banner": "node ./scripts/banner.js",
"build": "npm run build:main && npm run banner && npm run copy",
"build:main": "node ./scripts/build.js",
"copy": "cp ./dist/*.css ./example/dist/",
"test": "npm run build",
"prepublish": "npm run test"
},
"homepage": "https://github.com/helpscout/seed-table/",
"repository": {
"type": "git",
"url": "git+https://github.com/helpscout/seed-table.git"
},
"authors": [
"ItsJonQ <itsjonq@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/helpscout/seed-table/issues"
},
"keywords": [
"bem",
"css",
"design",
"functional",
"itcss",
"modular",
"oocss",
"performance",
"seed",
"seed-pack",
"scss",
"table"
],
"engines": {
"node": ">=4"
},
"devDependencies": {
"mkdirp": "^0.5.1",
"node-sass": "^3.10.0"
},
"dependencies": {
"seed-dash": "0.0.1",
"seed-publish": "0.0.4",
"seed-states": "0.0.4",
"seed-this": "0.0.4"
}
}