-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1013 Bytes
/
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
{
"name": "oldfart",
"version": "0.0.1",
"description": "OldFart is a chrome plugin to remind you exactly how old you are.",
"main": "app.js",
"dependencies": {
"marked": "^0.3.5",
"moment": "^2.12.0",
"react": "^0.14.5",
"react-date-picker": "^4.0.10",
"react-dom": "^0.14.5"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
"chai": "^3.5.0",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"es6-promise": "^3.1.2",
"html-webpack-plugin": "^2.10.0",
"mocha": "^2.3.4",
"node-sass": "^3.4.2",
"path": "^0.12.7",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.14"
},
"scripts": {
"test": "mocha --compilers js:babel-register",
"dist": "",
"pack": ""
},
"author": "Rhys",
"license": "MIT"
}