forked from dojo/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "intersection-observer",
"version": "1.0.0",
"main": "src/main.ts",
"scripts": {
"build": "dojo build",
"build:tests": "dojo build -m unit && dojo build -m functional",
"test-ci": "dojo build -m dev && npm run build:tests && dojo test -a -c \"browserstack\" --usr dylanschiemann2 -k 4Q2g8YAc9qeZzB2hECnS",
"test": "dojo build -m dev && npm run build:tests && dojo test -a"
},
"dependencies": {
"@dojo/framework": "^5.0.0",
"tslib": "~1.8.1"
},
"devDependencies": {
"@dojo/cli-build-app": "^5.0.0",
"@dojo/cli-test-intern": "^5.0.0",
"@types/glob": "~5.0.0",
"@types/grunt": "~0.4.0",
"@types/node": "^6.0.46",
"@types/sinon": "^1.16.35",
"typescript": "~2.6.1"
}
}