added package.json and updated .gitignore
This commit is contained in:
parent
4e4d7d323f
commit
788f865225
2 changed files with 57 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
|||
.idea/
|
||||
*.iml
|
||||
atlassian-ide-plugin.xml
|
||||
node_modules/
|
||||
|
|
56
package.json
Normal file
56
package.json
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"name": "dencode.org",
|
||||
"version": "1.0.0-alpha.1",
|
||||
"description": "Convert to and fro!",
|
||||
"keywords": [
|
||||
"dencode"
|
||||
],
|
||||
"author": {
|
||||
"name": "Manuel Friedli",
|
||||
"email": "manuel@fritteli.ch"
|
||||
},
|
||||
"license": "MIT",
|
||||
"homepage": "https://test.friedli.info/~manuel/dencode",
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.6",
|
||||
"angular2": "2.0.0-beta.17",
|
||||
"es6-shim": "^0.35.0",
|
||||
"rxjs": "5.0.0-beta.2",
|
||||
"core-js": "^2.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"awesome-typescript-loader": "^0.17.0",
|
||||
"babel-core": "^5.4.2",
|
||||
"babel-loader": "^5.0.0",
|
||||
"browser-sync": "^2.10.0",
|
||||
"browser-sync-webpack-plugin": "^1.0.0",
|
||||
"concurrently": "^2.0.0",
|
||||
"css-loader": "^0.19.0",
|
||||
"docco": "^0.7.0",
|
||||
"file-loader": "^0.8.4",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-esdoc": "^0.1.0",
|
||||
"ip": "^1.0.2",
|
||||
"isparta-loader": "^1.0.0",
|
||||
"jasmine-core": "^2.3.4",
|
||||
"json-loader": "^0.5.3",
|
||||
"karma": "^0.13.9",
|
||||
"karma-coverage": "^0.5.3",
|
||||
"karma-jasmine": "~0.3.5",
|
||||
"karma-junit-reporter": "^0.3.8",
|
||||
"karma-phantomjs-launcher": "^0.2.1",
|
||||
"karma-sourcemap-loader": "^0.3.4",
|
||||
"karma-webdriver-launcher": "^1.0.4",
|
||||
"karma-webpack": "^1.5.1",
|
||||
"ng-annotate-webpack-plugin": "^0.1.2",
|
||||
"node-libs-browser": "^0.5.0",
|
||||
"node.extend": "^1.1.5",
|
||||
"phantomjs": "^1.9.18",
|
||||
"phantomjs-polyfill": "0.0.1",
|
||||
"raw-loader": "^0.5.1",
|
||||
"style-loader": "^0.13.0",
|
||||
"typescript": "^1.8.9",
|
||||
"typings": "^0.7.12",
|
||||
"url-loader": "^0.5.6"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue