-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.5 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.5 KB
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
46
47
48
49
50
{
"name": "devproject-searchabusiness",
"version": "0.0.1",
"description": "An example project for development team candidates that involves searching for a business.",
"main": "index.js",
"scripts": {
"clean": "rm -rf ./dist/js",
"build": "./node_modules/.bin/webpack",
"serve": "./node_modules/.bin/serve ./dist --port=8080",
"watch": "./node_modules/.bin/webpack --progress --watch",
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/stikdev/devproject-searchabusiness.git"
},
"author": "Waymark Development Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/stikdev/devproject-searchabusiness/issues"
},
"homepage": "https://github.com/stikdev/devproject-searchabusiness",
"devDependencies": {
"angular": "^1.6.2",
"axios": "^0.15.3",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.1.8",
"babel-preset-react": "^6.22.0",
"bootstrap-sass": "^3.3.7",
"chai": "^3.5.0",
"cjsx-loader": "^3.0.0",
"clarifai": "^2.1.3-dev",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.12.2",
"css-loader": "^0.26.1",
"file-loader": "^0.10.0",
"jquery": "^3.1.1",
"mocha": "^3.2.0",
"node-sass": "^4.3.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"sass-loader": "^4.1.1",
"serve": "^3.2.7",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.0"
}
}