-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.57 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
51
52
53
54
55
{
"name": "wordbird",
"version": "1.0.0",
"description": "Simple chrome extension to change words and phrases.",
"main": "",
"scripts": {
"clean": "rm -rf extension/public/dist",
"prebuild": "npm run clean",
"build": "NODE_ENV=production webpack -p --progress --colors",
"start": "webpack --watch --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thalida/WordBird.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thalida/WordBird/issues"
},
"homepage": "https://github.com/thalida/WordBird#readme",
"devDependencies": {
"clean-webpack-plugin": "^0.1.13",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.25.0",
"expose-loader": "^0.7.1",
"extract-loader": "0.0.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gh-pages": "^0.11.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.0",
"image-webpack-loader": "^3.0.0",
"json-loader": "^0.5.4",
"ng-annotate-loader": "^0.2.0",
"ngtemplate-loader": "^1.3.1",
"node-sass": "^3.10.1",
"node-sass-globbing": "0.0.23",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-messages": "^1.5.8",
"angular-resource": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-ui-router": "^0.3.1",
"lodash": "^4.16.4"
}
}