-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 928 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 928 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
{
"name": "tiles",
"version": "0.14.0",
"description": "Initial styles for polaris tiles. Not intended for use long term",
"repository": {
"type": "git",
"url": "git+https://github.com/skyglobal/tiles.git"
},
"author": "David Nicholson, Aleksander Switalski",
"license": "ISC",
"scripts": {
"update-demo-page": "echo '----\nAutomatically updating demo page with staged changes\n----' && git stash --keep-index; gulp sass && git add ./demo/; RESULT=$?; git stash pop; [ $RESULT -ne 0 ] && exit 1; exit 0"
},
"pre-commit": [
"update-demo-page"
],
"dependencies": {
"polaris-global": "git+ssh://git@github.com/skyglobal/polaris-global.git#0.0.7"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.3",
"gulp-sass": "^2.0.4",
"node-sass": "^3.3.2",
"node-sass-module-importer": "^0.1.0",
"pre-commit": "^1.1.2"
}
}