-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 885 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
{
"name": "initials-avatar",
"version": "1.0.1",
"description": "Avatar generator for names initials using css, javascript",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nopantsmonkey/initials-avatar.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/nopantsmonkey/initials-avatar/issues"
},
"homepage": "https://github.com/nopantsmonkey/initials-avatar#readme",
"devDependencies": {
"autoprefixer": "^6.1.2",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"css-loader": "^0.23.0",
"postcss-loader": "^0.8.0",
"precss": "^1.3.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.9"
}
}