-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.12 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
{
"name": "snow-storm",
"version": "0.8.1",
"description": "Snow Storm is a vanilla JS Library which adds snow to any page. Options are documented below, however allow configuration to choose which element to attach to, and which pages to inialise on.",
"main": "src/index.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel src -d dist",
"compile": "NODE_ENV=production webpack --progress --colors -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicholas-c/snowStorm.git"
},
"author": "Nicholas Carter",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicholas-c/snowStorm/issues"
},
"homepage": "https://github.com/nicholas-c/snowStorm#readme",
"devDependencies": {
"yarn": "^1.3.2"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"core-js": "^2.5.1",
"es6-object-assign": "^1.1.0",
"webpack": "^3.8.1"
}
}