-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.42 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
{
"name": "everestcamp",
"version": "0.1.0",
"scripts": {
"testonly": "mocha client/**/tests/**/*.js --compilers js:babel-core/register",
"test": "npm run testonly",
"dev": "meteor --settings ./settings-dev.json",
"test-watch": "npm run testonly -- --watch --watch-extensions js,jsx"
},
"devDependencies": {
"babel-core": "6.x.x",
"babel-plugin-react-require": "2.x.x",
"babel-polyfill": "6.x.x",
"babel-preset-es2015": "6.x.x",
"babel-preset-react": "6.x.x",
"babel-preset-stage-2": "6.x.x"
},
"dependencies": {
"classnames": "2.x.x",
"domready": "1.x.x",
"draft-js": "0.x.x",
"font-awesome": "4.x.x",
"mantra-core": "1.x.x",
"marked": "0.x.x",
"moment": "2.x.x",
"notie": "3.x.x",
"react": "15.x.x",
"react-dom": "15.x.x",
"react-helmet": "3.x.x",
"react-mounter": "1.x.x"
},
"private": true,
"description": "EverestCamp is the most simple knoweldge base tool.\r It tackles these challenges:\r * Make the process of documentation worthwhile for your employees.\r * Provide tools to make use of the knoweldge of your employees.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/BitSherpa/EverestCamp.git"
},
"author": "Janik von Rotz",
"license": "MIT",
"bugs": {
"url": "https://github.com/BitSherpa/EverestCamp/issues"
},
"homepage": "https://github.com/BitSherpa/EverestCamp#readme"
}