-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1023 Bytes
/
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
{
"name": "ps-ractive-router",
"version": "1.0.0",
"description": "A small router module to use with RactiveJS",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js",
"postinstall": "node scripts/post-install.js",
"build": "./node_modules/.bin/webpack && BUNDLE_TARGET=production ./node_modules/.bin/webpack"
},
"keywords": [
"js",
"ractive",
"ractivejs",
"router"
],
"author": "PaquitoSoft",
"license": "MIT",
"dependencies": {
"object-assign": "^4.0.1",
"page": "^1.6.3"
},
"devDependencies": {
"babel-core": "^5.8.25",
"browserify": "^11.0.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-commonjs": "0.0.13",
"karma-coverage": "^0.5.1",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-phantomjs-shim": "^1.1.1",
"karma-spec-reporter": "0.0.20",
"ractive": "^0.7.3",
"webpack": "^1.12.2"
}
}