-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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": "intensifier",
"version": "1.4.5",
"description": "",
"main": "main.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --inline --hot --port 3000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Aikdanai Sidhikosol"
},
"contributors": [
{
"name": "Supanut Apikulvanich"
},
{
"name": "Aphichan Chaiyutthasart"
}
],
"license": "ISC",
"dependencies": {
"lodash": "^4.11.2"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-colors-picker": "^2.3.1",
"react-transform-hmr": "^1.0.1",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
},
"repository": {
"type": "git",
"url": "https://github.com/blutarche/intensifier.git"
},
"keywords": [
"intensifier"
]
}