forked from julianshapiro/blast
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.25 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
{
"name": "blast-vanilla",
"version": "2.1.6",
"description": "Blast text apart to make it manipulable. No dependencies.",
"homepage": "http://julian.com/research/blast",
"license": "MIT",
"authors": [
{
"name": "Julian Shapiro",
"url": "http://julian.com/"
},
{
"name": "Sander Moolin",
"url": "https://sandermoolin.com"
}
],
"scripts": {
"dev": "NODE_ENV=dev webpack-dev-server --progress --config webpack.config.dev.js --open",
"build": "webpack -p --progress --config webpack.config.build.js"
},
"main": "src/index.js",
"repository": "safrmo/blast",
"keywords": [
"text",
"parse",
"typography",
"search",
"animation",
"vanilla",
"character",
"word",
"sentence"
],
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.2",
"ejs-loader": "^0.3.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1",
"url-loader": "^0.5.8",
"webpack": "^2.6.0",
"webpack-dev-server": "^2.4.5"
}
}