-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "knockout-init",
"version": "1.0.0",
"description": "Module for initializing knockout observables",
"main": "dist/knockout-init.js",
"jsnext:main": "lib/knockout-init.js",
"scripts": {
"build": "mkdir -p dist && rollup -c",
"test": "eslint lib",
"prepublish": "npm test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronik-design/knockout-init.git"
},
"keywords": [
"knockout",
"binding",
"init",
"observables",
"variables",
"data"
],
"author": {
"name": "Michael Shick (Ronik Design)",
"email": "[email protected]",
"url": "http://www.ronikdesign.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ronik-design/knockout-init/issues"
},
"homepage": "https://github.com/ronik-design/knockout-init#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015-rollup": "^1.0.0",
"eslint": "^1.10.3",
"eslint-config-defaults": "^8.0.2",
"eslint-plugin-filenames": "^0.2.0",
"rollup": "^0.25.4",
"rollup-plugin-babel": "^2.4.0"
}
}