-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 999 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 999 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "react-tokeninput",
"version": "0.3.0",
"description": "Tokeninput component for React",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/instructure/react-tokeninput.git"
},
"author": "Aaron Shafovaloff <ashafovaloff@instructure.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/instructure/react-tokeninput/issues"
},
"homepage": "https://github.com/instructure/react-tokeninput",
"devDependencies": {
"chai": "^1.10.0",
"jsx-loader": "^0.12.1",
"karma": "^0.12.24",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.3",
"karma-mocha": "^0.1.9",
"karma-webpack": "^1.3.1",
"lodash-node": "^2.4.1",
"mocha": "^2.0.1",
"react": "^0.12.0",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.5"
}
}