0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Update package.json, add shrinkwrap and add temporal license file.

This commit is contained in:
Andrey Antukh 2016-02-02 18:18:59 +02:00
parent d238166405
commit a0bba85ca9
3 changed files with 32 additions and 15 deletions

6
LICENSE Normal file
View file

@ -0,0 +1,6 @@
Copyright (c) 2015-2016 Andrey Antukh <niwi@niwi.nz>
Copyright (c) 2015-2016 Juan de la Cruz <delacruzgarciajuan@gmail.com>
All rights reserved.

10
npm-shrinkwrap.json generated
View file

@ -1,6 +1,6 @@
{
"name": "uxbox-ui",
"version": "0.0.0",
"name": "uxbox",
"version": "0.1.0",
"dependencies": {
"abbrev": {
"version": "1.0.7",
@ -1557,7 +1557,8 @@
"dependencies": {
"glob": {
"version": "5.0.14",
"from": "glob@>=5.0.5 <6.0.0"
"from": "glob@5.0.14",
"resolved": "https://registry.npmjs.org/glob/-/glob-5.0.14.tgz"
},
"lodash": {
"version": "3.10.1",
@ -1623,7 +1624,8 @@
"dependencies": {
"strip-bom": {
"version": "2.0.0",
"from": "strip-bom@>=2.0.0 <3.0.0"
"from": "strip-bom@2.0.0",
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz"
}
}
},

View file

@ -1,19 +1,28 @@
{
"name": "uxbox-ui",
"version": "0.0.0",
"main": "app.js",
"name": "uxbox",
"version": "0.1.0",
"author": "Uxbox",
"license": "BSD",
"license": "SEE LICENSE IN <LICENSE>",
"repository": {
"type": "git",
"url": "https://github.com/uxbox/uxbox"
},
"scripts": {
"watch": "gulp",
"dist": "gulp dist"
"dist": "gulp dist",
"figwheel": "./scripts/figwheel",
"test-watch": "./scripts/watch",
"docker": "sudo docker run -ti -v `pwd`:/home/uxbox/uxbox -v $HOME/.m2:/home/uxbox/.m2 -p 3449:3449 uxbox tmux"
},
"dependencies": {
"gulp": "3.8.11",
"devDependencies": {
"gulp": "3.9.0",
"gulp-clean": "0.3.1",
"gulp-plumber": "0.6.2",
"gulp-sass": "2.0.4",
"gulp-autoprefixer": "2.3.1",
"gulp-watch": "4.2.5"
"gulp-plumber": "1.0.1",
"gulp-sass": "2.1.1",
"gulp-autoprefixer": "3.1.0",
"gulp-watch": "4.3.5"
}
}