-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 991 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
39
40
41
{
"name": "@mediamonks/tawang",
"version": "0.2.4",
"main": "src/index.js",
"repository": "https://github.com/mediamonks/tawang.git",
"description": "A webpack plugin for Facebook's AR Studio.",
"publishConfig": {
"access": "public"
},
"author": "Tim Struthoff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mediamonks/tawang/issues"
},
"homepage": "https://github.com/mediamonks/temple#readme",
"keywords": [
"mediamonks",
"tawang",
"webpack",
"webpack-plugin",
"arstudio",
"facebook"
],
"scripts": {
"test": "nyc mocha test/*.test.js",
"test:dev": "nodemon --exec mocha test/*.test.js"
},
"dependencies": {
"needle": "^2.2.1",
"webpack-sources": "^1.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.4.0",
"memory-fs": "^0.4.1",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"webpack": "^4.17.1"
}
}