-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
36
37
38
39
40
41
42
43
44
{
"name": "semplate",
"version": "0.3.0",
"description": "Tiny template pure function",
"main": "dist/semplate.min.js",
"scripts": {
"build": "webpack -p --env=build",
"dev": "webpack-dev-server --hot --open",
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"repository": {
"url": "https://github.com/bautrukevich/semplate.git",
"type": "git"
},
"author": "Siarhei Bautrukevich",
"license": "MIT",
"keywords": [
"webpack",
"es6",
"starter",
"library",
"universal",
"umd",
"commonjs"
],
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-latest": "^6.16.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"eslint": "^3.13.1",
"eslint-loader": "^1.6.1",
"mocha": "^3.2.0",
"webpack": "beta",
"webpack-dev-server": "^1.16.2",
"yargs": "^6.6.0"
},
"dependencies": {}
}