Initial project structure with some barebones layout, CSS and JS from game-data
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "muldap",
|
||||
"description": "Self-service frontend for LDAP users.",
|
||||
"version": "0.1.0",
|
||||
"main": "src/server.rb",
|
||||
"scripts": {
|
||||
"gulp": "gulp"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.metaunix.net/Metaunix/muldap"
|
||||
},
|
||||
"keywords": [
|
||||
"ldap",
|
||||
"user",
|
||||
"account"
|
||||
],
|
||||
"author": "Gregory Ballantine <gballantine@metaunix.net>",
|
||||
"license": "BSD-3-Clause",
|
||||
"devDependencies": {
|
||||
"gulp": "^5.0.1",
|
||||
"gulp-coffee": "^3.0.3",
|
||||
"gulp-plumber": "^1.2.1",
|
||||
"gulp-sass": "^6.0.1",
|
||||
"gulp-sourcemaps": "^3.0.0",
|
||||
"sass": "^1.89.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user