-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 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
{
"name": "SQNC",
"version": "0.0.1",
"description": "ASCII sequencer",
"main": "index.js",
"scripts": {
"test": " ",
"start": "node src/server/index.js",
"watch": "webpack --config config/webpack.js --watch"
},
"keywords": [
"sequencer",
"Enobled",
"Exalted",
"Brothers in Arms"
],
"repository": "https://github.com/choshun/ascii-sequence",
"author": "Choshun Snyder",
"license": "ISC",
"dependencies": {
"lodash": "^4.6.1",
"babel-plugin-lodash": "2.2.1",
"express": "^4.12.3",
"vue": "^1.0.21",
"vuex": "^0.6.3 "
},
"devDependencies": {
"babel": "^5.0.12",
"babel-core": "6.1.21",
"babel-loader": "6.2.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-react": "6.1.18",
"babel-preset-es2015": "6.1.18",
"babel-runtime": "^5.8.34",
"vue-hot-reload-api": "^1.2.2",
"vue-html-loader": "^1.0.0",
"vue-style-loader": "^1.0.0",
"vue-loader": "^7.2.0",
"extract-text-webpack-plugin": "^0.9.1",
"style-loader": "^0.13.0",
"css-loader": "^0.23.1",
"sass-loader": "^3.2.0",
"node-sass": "^3.4.2",
"webpack": "^1.12.14"
}
}