-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 2.24 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "apnscp-bootstrap-sdk",
"description": "SDK for apnscp built off Bootstrap v4",
"version": "4.0.0-alpha.6",
"keywords": [
"css",
"sass",
"apnscp",
"web"
],
"homepage": "http://apnscp.com",
"author": "Matt Saladna <[email protected]>",
"contributors": [
"Apis Networks, Inc."
],
"scripts": {
"postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css",
"scss-lint": "bundle exec scss-lint --config scss/.scss-lint.yml --exclude scss/_normalize.scss scss/*.scss scss/*/*.scss",
"scss-lint-docs": "bundle exec scss-lint --config scss/.scss-lint.yml --exclude docs/assets/scss/docs.scss docs/assets/scss/*.scss",
"update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json"
},
"style": "dist/css/bootstrap.css",
"sass": "scss/bootstrap.scss",
"repository": {
"type": "git",
"url": "https://github.com/apisnetworks/apnscp-bootstrap-sdk.git"
},
"bugs": {
"url": "https://github.com/apisnetworks/apnscp-bootstrap-sdk/issues"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.6.1",
"bootstrap": "4.0.0-alpha.6",
"clean-css": "^4.1",
"clean-css-cli": "^4.1",
"eslint": "^4.18",
"fibers": "^5.0.0",
"grunt": "^1.0.1",
"grunt-build-control": "^0.7.1",
"grunt-cli": "^1.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.1",
"grunt-sass": "^3.1.0",
"grunt-stamp": "^0.3.0",
"grunt-webpack": "^1.0.18",
"htmlhint": "^0.10.1",
"is-travis": "^1.0.0",
"jit-grunt": "^0.10.0",
"load-grunt-tasks": "^3.5.2",
"node-sass": "^4.14.1",
"postcss-cli": "^2.6.0",
"postcss-flexbugs-fixes": "^2.1.0",
"sass": "^1.13.0",
"sass-inline-svg": "^1.2.3",
"shelljs": "^0.7.5",
"shx": "^0.2.1",
"svgo": "^1.3.2",
"time-grunt": "^1.4.0",
"webpack-dev-server": "^3.11.2"
},
"engines": {
"node": "12"
},
"files": [
"dist",
"grunt",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
]
}