-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 1.33 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
{
"name": "ozone-iron-list",
"version": "6.4.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"bower": "bower install",
"build": "gulp build",
"clean": "gulp clean",
"prepublish": "npm run build",
"start": "../../../node_modules/.bin/webpack --config webpack.config.js",
"tsc": "../../../node_modules/.bin/tsc",
"demo": "../../../node_modules/.bin/webpack-dev-server --config webpack.config.js",
"test": "../../../node_modules/.bin/wct --skip-plugin=local --configFile wct.conf.js",
"test:persist": "../../../node_modules/.bin/wct --skip-plugin=headless -p --configFile wct.conf.js",
"build:test:watch": "../../../node_modules/.bin/webpack --config webpack.test.js --watch",
"pretest": "../../../node_modules/.bin/webpack --config webpack.test.js",
"doc": "../../../node_modules/.bin/typedoc --out doc/ "
},
"author": "",
"license": "ISC",
"dependencies": {
"ozone-api-item": "^6.4.0",
"ozone-api-request": "^6.2.4",
"ozone-collection": "^6.4.0",
"ozone-config": "^6.3.0",
"ozone-default-client": "^6.4.0",
"ozone-item-preview": "^6.4.0",
"ozone-media-url": "^6.4.0",
"ozone-search-helper": "^6.2.4",
"ozone-type": "^6.2.4",
"ozone-typescript-client": "^6.4.0",
"taktik-polymer-typescript": "^6.2.4"
}
}